2 writes to Dependencies
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1603bb.Dependencies = null; 1614next.Dependencies = new DependencyList();
3 references to Dependencies
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (3)
203foreach (DependencyListEntry dep in bb.Dependencies) 247_dependencies = basicBlock.Condition != null ? basicBlock.Dependencies : _unconditionalDependencies; 1602_unconditionalDependencies.AddRange(bb.Dependencies);