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