зеркало из https://github.com/github/codeql.git
C#: Remove reference equality
This commit is contained in:
Родитель
3e716bf806
Коммит
6dc869d5c6
|
@ -36,7 +36,7 @@ namespace Semmle.Extraction.Entities
|
|||
}
|
||||
|
||||
public override bool NeedsPopulation =>
|
||||
assembly != Context.Compilation.Assembly || !Context.IsGlobalContext;
|
||||
!Equals(assembly, Context.Compilation.Assembly) || !Context.IsGlobalContext;
|
||||
|
||||
public override int GetHashCode() =>
|
||||
symbol == null ? 91187354 : symbol.GetHashCode();
|
||||
|
|
Загрузка…
Ссылка в новой задаче