2 writes to _hashCode
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
20
_hashCode
= 0;
27
_hashCode
= hashCode;
3 references to _hashCode
Microsoft.CodeAnalysis.Workspaces (3)
Utilities\ReferenceHolder`1.cs (3)
71
return y is null && other._weakReference is object &&
_hashCode
== other.
_hashCode
;
87
return
_hashCode
;