1 write to _context
illink (1)
Linker\MemberActionStore.cs (1)
24
_context
= context;
7 references to _context
illink (7)
Linker\MemberActionStore.cs (7)
31
xmlInfo =
_context
.EmbeddedXmlInfo.ProcessSubstitutions (assembly,
_context
);
90
foreach (var featureSwitchDefinitionAttribute in
_context
.CustomAttributes.GetCustomAttributes (property, "System.Diagnostics.CodeAnalysis", "FeatureSwitchDefinitionAttribute")) {
96
if (
_context
.FeatureSettings.TryGetValue (switchName, out value)) {
103
if (!
_context
.IsOptimizationEnabled (CodeOptimizations.SubstituteFeatureGuards, method))
106
foreach (var featureGuardAttribute in
_context
.CustomAttributes.GetCustomAttributes (property, "System.Diagnostics.CodeAnalysis", "FeatureGuardAttribute")) {
116
if (
_context
.FeatureSettings.TryGetValue (