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