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