2 writes to _interfaceGvmSlots
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (2)
27_interfaceGvmSlots = new Dictionary<MethodDesc, HashSet<object>>(); 221_interfaceGvmSlots = null;
4 references to _interfaceGvmSlots
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (4)
91if (!_interfaceGvmSlots.ContainsKey(openCallingMethod)) 92_interfaceGvmSlots[openCallingMethod] = new HashSet<object>(); 93_interfaceGvmSlots[openCallingMethod].Add(openImplementationMethod); 145foreach (var gvmEntry in _interfaceGvmSlots)