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