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