1 instantiation of KeyEnumerator
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\SimpleJSON.cs (1)
279public KeyEnumerator Keys { get { return new KeyEnumerator(GetEnumerator()); } }
2 references to KeyEnumerator
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
136public KeyEnumerator GetEnumerator() { return this; } 279public KeyEnumerator Keys { get { return new KeyEnumerator(GetEnumerator()); } }