2 writes to _gvmImplementations
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (2)
25_gvmImplementations = new Dictionary<MethodDesc, Dictionary<TypeDesc, MethodDesc>>(); 130_gvmImplementations = null;
4 references to _gvmImplementations
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (4)
69if (!_gvmImplementations.ContainsKey(openCallingMethod)) 70_gvmImplementations[openCallingMethod] = new Dictionary<TypeDesc, MethodDesc>(); 72_gvmImplementations[openCallingMethod][openImplementationMethod.OwningType] = openImplementationMethod; 100foreach (var gvmEntry in _gvmImplementations)