1 write to _inheritedVirtualMethods
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
283
_inheritedVirtualMethods
= new NodeCache<TypeDesc, InheritedVirtualMethodsNode>(type =>
1 reference to _inheritedVirtualMethods
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
148
return
_inheritedVirtualMethods
.GetOrAdd(type.ConvertToCanonForm(CanonicalFormKind.Specific));