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)
77
switch (
_runtimeLookupKind
)
147
sb.Append(
_runtimeLookupKind
.ToString());
186
int result = ((int)
_runtimeLookupKind
).CompareTo((int)otherNode.
_runtimeLookupKind
);