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)
91
if (!
_interfaceGvmSlots
.ContainsKey(openCallingMethod))
92
_interfaceGvmSlots
[openCallingMethod] = new HashSet<object>();
93
_interfaceGvmSlots
[openCallingMethod].Add(openImplementationMethod);
145
foreach (var gvmEntry in
_interfaceGvmSlots
)