1 write to Type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceUseNode.cs (1)
27
Type
= type;
2 references to Type
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceUseNode.cs (1)
30
protected override string GetName(NodeFactory factory) => $"Interface use: {
Type
}";
Compiler\MetadataManager.cs (1)
358
_usedInterfaces.Add(interfaceUse.
Type
);