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