1 write to _dependencies
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (1)
52_dependencies = dependencies.Item1;
5 references to _dependencies
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (5)
48public override bool StaticDependenciesAreComputed => _dependencies != null; 62_dependencies.Add(new DependencyListEntry(factory.MethodEntrypoint(nonUnboxingMethod, false), "Non-unboxing method")); 68_dependencies.Add(factory.EagerCctorIndirection(owningType.GetStaticConstructor()), "Eager .cctor"); 81Debug.Assert(_dependencies != null); 82return _dependencies;