1 write to FeatureSettings
illink (1)
Linker\LinkContext.cs (1)
214
FeatureSettings
= new Dictionary<string, bool> (StringComparer.Ordinal);
5 references to FeatureSettings
illink (5)
Linker\FeatureSettings.cs (1)
36
if (!context.
FeatureSettings
.TryGetValue (feature, out bool featureSetting))
Linker\LinkContext.cs (2)
258
FeatureSettings
[feature] = value;
263
return
FeatureSettings
.TryGetValue (feature, out bool fvalue) && value == fvalue;
Linker\MemberActionStore.cs (2)
96
if (_context.
FeatureSettings
.TryGetValue (switchName, out value)) {
116
if (_context.
FeatureSettings
.TryGetValue (