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