1 instantiation of InterfaceUseNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
432
return new
InterfaceUseNode
(type);
3 references to InterfaceUseNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
430
_interfaceUses = new NodeCache<TypeDesc,
InterfaceUseNode
>((TypeDesc type) =>
1407
private NodeCache<TypeDesc,
InterfaceUseNode
> _interfaceUses;
Compiler\MetadataManager.cs (1)
356
if (obj is
InterfaceUseNode
interfaceUse)