6 references to MethodParameter
ILCompiler.Compiler (4)
Compiler\Compilation.cs (3)
384contextSource = GenericContextSource.MethodParameter; 415if (contextSource == GenericContextSource.MethodParameter) 430if (contextSource == GenericContextSource.MethodParameter)
Compiler\GenericDictionaryLookup.cs (1)
85return ContextSource == GenericContextSource.MethodParameter ? 1 : 2;
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
244case GenericContextSource.MethodParameter: 290if (genericLookup.ContextSource == GenericContextSource.MethodParameter)