1 instantiation of IntroducedMethodEnumerator
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
539return new IntroducedMethodEnumerator(type);
2 references to IntroducedMethodEnumerator
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
531public IntroducedMethodEnumerator GetEnumerator() 537internal static IntroducedMethodEnumerator GetIntroducedMethods(RuntimeType type)