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)
46if (_weakReference is object) 47return _weakReference.GetTarget(); 64if (_weakReference is object) 71return y is null && other._weakReference is object && _hashCode == other._hashCode; 76return y is null && other._weakReference is null; 86if (_weakReference is object)