3 instantiations of LinqEnumerator
Microsoft.VisualStudio.TestPlatform.Common (3)
Utilities\SimpleJSON.cs (3)
163return new LinqEnumerator(_node); 174return new LinqEnumerator(_node); 278public IEnumerable<KeyValuePair<string, JSONNode>> Linq { get { return new LinqEnumerator(this); } }