1 write to FeatureSettings
illink (1)
Linker\LinkContext.cs (1)
219
FeatureSettings
= new Dictionary<string, bool>(StringComparer.Ordinal);
5 references to FeatureSettings
illink (5)
Linker\FeatureSettings.cs (1)
39
if (!context.
FeatureSettings
.TryGetValue(feature, out bool featureSetting))
Linker\LinkContext.cs (2)
263
FeatureSettings
[feature] = value;
268
return
FeatureSettings
.TryGetValue(feature, out bool fvalue) && value == fvalue;
Linker\MemberActionStore.cs (2)
100
if (_context.
FeatureSettings
.TryGetValue(switchName, out value))
124
if (_context.
FeatureSettings
.TryGetValue(