2 writes to _strongReference
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
18
_strongReference
= strongReference;
25
_strongReference
= null;
2 references to _strongReference
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
49
return
_strongReference
;
89
return ReferenceEqualityComparer.GetHashCode(
_strongReference
);