1 write to _allMethodsOnType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
261_allMethodsOnType = new NodeCache<TypeDesc, AllMethodsOnTypeNode>(type =>
1 reference to _allMethodsOnType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
141return _allMethodsOnType.GetOrAdd(type.ConvertToCanonForm(CanonicalFormKind.Specific));