1 write to _runtimeLookupKind
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (1)
38_runtimeLookupKind = runtimeLookupKind;
4 references to _runtimeLookupKind
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (4)
77switch (_runtimeLookupKind) 147sb.Append(_runtimeLookupKind.ToString()); 186int result = ((int)_runtimeLookupKind).CompareTo((int)otherNode._runtimeLookupKind);