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