3 writes to _dependencies
ILCompiler.Compiler (3)
Compiler\Dataflow\ReflectionMarker.cs (3)
167
RootingHelpers.TryGetDependenciesForReflectedType(ref
_dependencies
, Factory, type, reason);
185
RootingHelpers.TryGetDependenciesForReflectedMethod(ref
_dependencies
, Factory, method, reason);
195
RootingHelpers.TryGetDependenciesForReflectedField(ref
_dependencies
, Factory, field, reason);
3 references to _dependencies
ILCompiler.Compiler (3)
Compiler\Dataflow\ReflectionMarker.cs (3)
32
public DependencyList Dependencies { get =>
_dependencies
; }
113
_dependencies
.Add(Factory.ModuleMetadata(referencedModule), displayName);
143
_dependencies
.Add(Factory.ModuleMetadata(referencedModule), reason);