1 write to ContextSource
ILCompiler.Compiler (1)
Compiler\GenericDictionaryLookup.cs (1)
110
ContextSource
= contextSource;
3 references to ContextSource
ILCompiler.Compiler (1)
Compiler\GenericDictionaryLookup.cs (1)
85
return
ContextSource
== GenericContextSource.MethodParameter ? 1 : 2;
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
263
lookup.lookupKind.runtimeLookupKind = GetLookupKindFromContextSource(genericLookup.
ContextSource
);
290
if (genericLookup.
ContextSource
== GenericContextSource.MethodParameter)