2 writes to _hashCode
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
21
_hashCode
= 0;
28
_hashCode
= hashCode;
3 references to _hashCode
Microsoft.CodeAnalysis.Workspaces (3)
Utilities\ReferenceHolder`1.cs (3)
72
return y is null && other._weakReference is object &&
_hashCode
== other.
_hashCode
;
88
return
_hashCode
;