1 instantiation of IntroducedMethodEnumerator
mscorlib (1)
system\runtimehandles.cs (1)
365return new IntroducedMethodEnumerator(type);
2 references to IntroducedMethodEnumerator
mscorlib (2)
system\runtimehandles.cs (2)
357public IntroducedMethodEnumerator GetEnumerator() 363internal static IntroducedMethodEnumerator GetIntroducedMethods(RuntimeType type)