3 writes to _staticDependencies
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (3)
67_staticDependencies = new DependencyList(); 70GenericVirtualMethodTableNode.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.ImplementationMethod); 73InterfaceGenericVirtualMethodTableNode.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.ImplementationType, entry.ImplementationMethod);
2 references to _staticDependencies
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (2)
65if (_staticDependencies == null) 76return _staticDependencies;