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