2 writes to _value
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
LazyPropertyValue.cs (2)
32
_value
= default;
45
_value
= _getValue();
1 reference to _value
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
LazyPropertyValue.cs (1)
49
return
_value
!;