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