2 instantiations of BodyAndFieldSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
194
return new
BodyAndFieldSubstitutions
(rdr._methodSubstitutions, rdr._fieldSubstitutions);
201
return new
BodyAndFieldSubstitutions
(rdr._methodSubstitutions, rdr._fieldSubstitutions);
9 references to BodyAndFieldSubstitutions
ilc (1)
Program.cs (1)
376
BodyAndFieldSubstitutions
substitutions = default;
ILCompiler.Compiler (8)
Compiler\BodySubstitutionParser.cs (3)
190
public static
BodyAndFieldSubstitutions
GetSubstitutions(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
197
public static
BodyAndFieldSubstitutions
GetSubstitutions(Logger logger, TypeSystemContext context, XmlReader reader, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
216
public void AppendFrom(
BodyAndFieldSubstitutions
other)
Compiler\SubstitutionProvider.cs (5)
25
public SubstitutionProvider(Logger logger, IReadOnlyDictionary<string, bool> switchValues,
BodyAndFieldSubstitutions
globalSubstitutions)
154
private readonly
BodyAndFieldSubstitutions
_globalSubstitutions;
156
public FeatureSwitchHashtable(Logger logger, IReadOnlyDictionary<string, bool> switchValues,
BodyAndFieldSubstitutions
globalSubstitutions)
182
public AssemblyFeatureInfo(EcmaModule module, Logger logger, IReadOnlyDictionary<string, bool> featureSwitchValues,
BodyAndFieldSubstitutions
globalSubstitutions)
188
BodyAndFieldSubstitutions
substitutions = default;