1 write to identity
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingAssemblySymbol.cs (1)
35
this.
identity
= identity;
3 references to identity
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MissingAssemblySymbol.cs (3)
64
return
identity
;
94
return
identity
.GetHashCode();
114
return
identity
.Equals(other.Identity);