1 write to _flags
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
171
_flags
= default;
56 references to _flags
System.Configuration.ConfigurationManager (56)
System\Configuration\BaseConfigurationRecord.cs (41)
201
if (!
_flags
[ProtectedDataInitialized]) InitProtectedConfigurationSection();
219
if (!
_flags
[ContextEvaluated])
223
_flags
[ContextEvaluated] = true;
234
internal bool RecordSupportsLocation =>
_flags
[SupportsLocation] || IsMachineConfig;
297
if (
_flags
[PrefetchAll])
337
_flags
[SupportsChangeNotifications] = ClassFlags[ClassSupportsChangeNotifications] &&
339
_flags
[SupportsRefresh] = ClassFlags[ClassSupportsRefresh] && Host.SupportsRefresh;
340
_flags
[SupportsKeepInputs] = ClassFlags[ClassSupportsKeepInputs] ||
_flags
[SupportsRefresh];
341
_flags
[SupportsPath] = Host.SupportsPath;
342
_flags
[SupportsLocation] = Host.SupportsLocation;
345
if (
_flags
[SupportsLocation])
346
_flags
[IsAboveApplication] = Host.IsAboveApplication(_configPath);
348
_flags
[IsTrusted] = true;
352
if (
_flags
[SupportsLocation])
567
_flags
[PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.StreamName);
1134
return skipInChildApps &&
_flags
[IsAboveApplication];
1260
bool isTrusted =
_flags
[IsTrusted];
1325
if (success && !
_flags
[SupportsKeepInputs]) sectionRecord.ClearRawXml();
1370
if (!
_flags
[SupportsRefresh]
1607
if (
_flags
[ProtectedDataInitialized]) return;
1615
_flags
[ProtectedDataInitialized] = true;
1769
_flags
[NamespacePresentInFile] = true;
1770
_flags
[NamespacePresentCurrent] = true;
2051
_flags
[IsTrusted],
2414
isFromTrustedConfigRecord:
_flags
[IsTrusted],
2657
if (!
_flags
[SupportsLocation])
2807
if (!
_flags
[SupportsLocation])
2860
if (
_flags
[IsLocationListResolved]) return;
2867
if (!
_flags
[IsLocationListResolved])
2990
_flags
[IsLocationListResolved] = true;
3222
if (
_flags
[Closed]) return null;
3249
if (
_flags
[Closed]) return null;
3257
if (
_flags
[SupportsChangeNotifications])
3263
if (
_flags
[SupportsChangeNotifications]) Host.StartMonitoringStreamForChanges(streamname, callbackDelegate);
3275
if (
_flags
[Closed])
3375
if (
_flags
[SupportsPath])
3447
if (!
_flags
[SupportsLocation]) return false;
3478
if (
_flags
[Closed]) return;
3485
if (!
_flags
[Closed])
3487
_flags
[Closed] = true;
System\Configuration\MgmtConfigurationRecord.cs (15)
65
get { return
_flags
[NamespacePresentCurrent]; }
66
set {
_flags
[NamespacePresentCurrent] = value; }
74
if (
_flags
[NamespacePresentCurrent] ==
_flags
[NamespacePresentInFile]) return NamespaceChange.None;
75
return
_flags
[NamespacePresentCurrent] ? NamespaceChange.Add : NamespaceChange.Remove;
107
_flags
[ForceLocationWritten] = true;
699
_flags
[IsTrusted],
1720
if (
_flags
[ForceLocationWritten])
1727
if (
_flags
[SuggestLocationRemoval])
1901
_flags
[NamespacePresentInFile] =
_flags
[NamespacePresentCurrent];
1905
_flags
[ForceLocationWritten] = false;
1906
_flags
[SuggestLocationRemoval] = false;
3156
_flags
[ForceLocationWritten] = false;
3157
_flags
[SuggestLocationRemoval] = true;