3 writes to _dependencies
ILCompiler.Compiler (3)
Compiler\Dataflow\ReflectionMarker.cs (3)
178
RootingHelpers.TryGetDependenciesForReflectedType(ref
_dependencies
, Factory, type, reason);
196
RootingHelpers.TryGetDependenciesForReflectedMethod(ref
_dependencies
, Factory, method, reason);
206
RootingHelpers.TryGetDependenciesForReflectedField(ref
_dependencies
, Factory, field, reason);
3 references to _dependencies
ILCompiler.Compiler (3)
Compiler\Dataflow\ReflectionMarker.cs (3)
34
public DependencyList Dependencies { get =>
_dependencies
; }
124
_dependencies
.Add(Factory.ModuleMetadata(referencedModule), displayName);
154
_dependencies
.Add(Factory.ModuleMetadata(referencedModule), reason);