1 write to _context
illink (1)
Linker\MemberActionStore.cs (1)
24
_context
= context;
7 references to _context
illink (7)
Linker\MemberActionStore.cs (7)
32
xmlInfo =
_context
.EmbeddedXmlInfo.ProcessSubstitutions(assembly,
_context
);
93
foreach (var featureSwitchDefinitionAttribute in
_context
.CustomAttributes.GetCustomAttributes(property, "System.Diagnostics.CodeAnalysis", "FeatureSwitchDefinitionAttribute"))
100
if (
_context
.FeatureSettings.TryGetValue(switchName, out value))
108
if (!
_context
.IsOptimizationEnabled(CodeOptimizations.SubstituteFeatureGuards, method))
111
foreach (var featureGuardAttribute in
_context
.CustomAttributes.GetCustomAttributes(property, "System.Diagnostics.CodeAnalysis", "FeatureGuardAttribute"))
124
if (
_context
.FeatureSettings.TryGetValue(