1 implementation of ILazyPropertyValue
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
LazyPropertyValue.cs (1)
23
public sealed class LazyPropertyValue<T> :
ILazyPropertyValue
4 references to ILazyPropertyValue
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
LazyPropertyValue.cs (1)
53
object
ILazyPropertyValue
.Value
TestObject.cs (3)
76
var lazyValues = _store.Where(kvp => kvp.Value is
ILazyPropertyValue
).ToArray();
80
var
lazyValue = (
ILazyPropertyValue
?)kvp.Value;