3 references to JSONLazyCreator
Microsoft.VisualStudio.TestPlatform.Common (3)
Utilities\SimpleJSON.cs (3)
734return aIndex < 0 || aIndex >= _list.Count ? new JSONLazyCreator(this) : _list[aIndex]; 749get { return new JSONLazyCreator(this); } 1267get { return new JSONLazyCreator(this); }