1 write to identity
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingAssemblySymbol.cs (1)
34
this.
identity
= identity;
3 references to identity
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MissingAssemblySymbol.cs (3)
63
return
identity
;
93
return
identity
.GetHashCode();
113
return
identity
.Equals(other.Identity);