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)
36
public TypeDesc Type =>
_type
;
48
DefType defType = (DefType)
_type
;
192
protected override string GetName(NodeFactory factory) => $"Inherited virtual methods on {
_type
}";