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