3 writes to _strongReference
Microsoft.CodeAnalysis.Test.Utilities (3)
ObjectReference.cs (3)
81_strongReference = target; 105_strongReference = (T)_weakReference.Target; 127_strongReference = null;
3 references to _strongReference
Microsoft.CodeAnalysis.Test.Utilities (3)
ObjectReference.cs (3)
106Assert.True(_strongReference != null, "Reference should still be held."); 206if (_strongReference == null) 211return _strongReference;