1 write to _interfaceUses
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
430_interfaceUses = new NodeCache<TypeDesc, InterfaceUseNode>((TypeDesc type) =>
1 reference to _interfaceUses
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1411return _interfaceUses.GetOrAdd(type);