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