2 references to JSONLazyCreator
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
859return _dict.TryGetValue(aKey, out var value) ? value : new JSONLazyCreator(this, aKey); 1273get { return new JSONLazyCreator(this, aKey); }