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)
106
Assert.True(
_strongReference
!= null, "Reference should still be held.");
206
if (
_strongReference
== null)
211
return
_strongReference
;