2 writes to _weakReference
Microsoft.CodeAnalysis.Workspaces (2)
Utilities\ReferenceHolder`1.cs (2)
20
_weakReference
= null;
27
_weakReference
= weakReference;
6 references to _weakReference
Microsoft.CodeAnalysis.Workspaces (6)
Utilities\ReferenceHolder`1.cs (6)
47
if (
_weakReference
is object)
48
return
_weakReference
.GetTarget();
65
if (
_weakReference
is object)
72
return y is null && other.
_weakReference
is object && _hashCode == other._hashCode;
77
return y is null && other.
_weakReference
is null;
87
if (
_weakReference
is object)