1 instantiation of ValueEnumerator
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\SimpleJSON.cs (1)
280public ValueEnumerator Values { get { return new ValueEnumerator(GetEnumerator()); } }
2 references to ValueEnumerator
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
126public ValueEnumerator GetEnumerator() { return this; } 280public ValueEnumerator Values { get { return new ValueEnumerator(GetEnumerator()); } }