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