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