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)
47if (_weakReference is object) 48return _weakReference.GetTarget(); 65if (_weakReference is object) 72return y is null && other._weakReference is object && _hashCode == other._hashCode; 77return y is null && other._weakReference is null; 87if (_weakReference is object)