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