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