6 references to MethodParameter
ILCompiler.Compiler (4)
Compiler\Compilation.cs (3)
390contextSource = GenericContextSource.MethodParameter; 421if (contextSource == GenericContextSource.MethodParameter) 436if (contextSource == GenericContextSource.MethodParameter)
Compiler\GenericDictionaryLookup.cs (1)
85return ContextSource == GenericContextSource.MethodParameter ? 1 : 2;
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
263case GenericContextSource.MethodParameter: 314if (genericLookup.ContextSource == GenericContextSource.MethodParameter)