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