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