1 write to _type
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
24_type = type;
2 references to _type
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (2)
27public TypeDesc Type => _type; 38protected override string GetName(NodeFactory factory) => $"Inherited virtual methods on {_type}";