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