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