2 writes to Dependencies
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1572
bb.
Dependencies
= null;
1583
next.
Dependencies
= new DependencyList();
3 references to Dependencies
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (3)
200
foreach (DependencyListEntry dep in bb.
Dependencies
)
244
_dependencies = basicBlock.Condition != null ? basicBlock.
Dependencies
: _unconditionalDependencies;
1571
_unconditionalDependencies.AddRange(bb.
Dependencies
);