4 references to Reader
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (4)
30return ReflectionCoreExecution.ExecutionEnvironment.GetMethodInvoker(DeclaringType, new QMethodDefinition(Reader, MethodHandle), methodArguments, exceptionPertainant, out exception); 75public int GenericParameterCount => MethodHandle.GetMethod(Reader).GenericParameters.Count; 79Method method = MethodHandle.GetMethod(Reader); 88RuntimeTypeInfo genericParameterType = NativeFormatRuntimeGenericParameterTypeInfoForMethods.GetRuntimeGenericParameterTypeInfoForMethods(owningMethod, Reader, genericParameterHandle);