2 writes to _weakReference
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
19
_weakReference
= null;
26
_weakReference
= weakReference;
6 references to _weakReference
Microsoft.CodeAnalysis.Workspaces (6)
Utilities\ReferenceHolder`1.cs (6)
46
if (
_weakReference
is object)
47
return
_weakReference
.GetTarget();
64
if (
_weakReference
is object)
71
return y is null && other.
_weakReference
is object && _hashCode == other._hashCode;
76
return y is null && other.
_weakReference
is null;
86
if (
_weakReference
is object)