5 references to _substitutions
ILCompiler.Compiler (5)
Compiler\ManifestResourceBlockingPolicy.cs (5)
152_substitutions.Add(resourceAssembly, new HashSet<string>()); 164return AsReadOnlyDictionary(rdr._substitutions); 171return AsReadOnlyDictionary(rdr._substitutions); 195if (!_substitutions.TryGetValue(assembly, out HashSet<string> removed)) 196_substitutions.Add(assembly, removed = new HashSet<string>());