1 write to _type
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
32_type = type;
3 references to _type
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (3)
36public TypeDesc Type => _type; 48DefType defType = (DefType)_type; 192protected override string GetName(NodeFactory factory) => $"Inherited virtual methods on {_type}";