1 write to _flags
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
167
_flags
= default;
56 references to _flags
System.Configuration.ConfigurationManager (56)
System\Configuration\BaseConfigurationRecord.cs (41)
197
if (!
_flags
[ProtectedDataInitialized]) InitProtectedConfigurationSection();
215
if (!
_flags
[ContextEvaluated])
219
_flags
[ContextEvaluated] = true;
230
internal bool RecordSupportsLocation =>
_flags
[SupportsLocation] || IsMachineConfig;
293
if (
_flags
[PrefetchAll])
333
_flags
[SupportsChangeNotifications] = ClassFlags[ClassSupportsChangeNotifications] &&
335
_flags
[SupportsRefresh] = ClassFlags[ClassSupportsRefresh] && Host.SupportsRefresh;
336
_flags
[SupportsKeepInputs] = ClassFlags[ClassSupportsKeepInputs] ||
_flags
[SupportsRefresh];
337
_flags
[SupportsPath] = Host.SupportsPath;
338
_flags
[SupportsLocation] = Host.SupportsLocation;
341
if (
_flags
[SupportsLocation])
342
_flags
[IsAboveApplication] = Host.IsAboveApplication(_configPath);
344
_flags
[IsTrusted] = true;
348
if (
_flags
[SupportsLocation])
563
_flags
[PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.StreamName);
1130
return skipInChildApps &&
_flags
[IsAboveApplication];
1256
bool isTrusted =
_flags
[IsTrusted];
1321
if (success && !
_flags
[SupportsKeepInputs]) sectionRecord.ClearRawXml();
1366
if (!
_flags
[SupportsRefresh]
1603
if (
_flags
[ProtectedDataInitialized]) return;
1611
_flags
[ProtectedDataInitialized] = true;
1765
_flags
[NamespacePresentInFile] = true;
1766
_flags
[NamespacePresentCurrent] = true;
2047
_flags
[IsTrusted],
2410
isFromTrustedConfigRecord:
_flags
[IsTrusted],
2653
if (!
_flags
[SupportsLocation])
2803
if (!
_flags
[SupportsLocation])
2856
if (
_flags
[IsLocationListResolved]) return;
2863
if (!
_flags
[IsLocationListResolved])
2986
_flags
[IsLocationListResolved] = true;
3218
if (
_flags
[Closed]) return null;
3245
if (
_flags
[Closed]) return null;
3253
if (
_flags
[SupportsChangeNotifications])
3259
if (
_flags
[SupportsChangeNotifications]) Host.StartMonitoringStreamForChanges(streamname, callbackDelegate);
3271
if (
_flags
[Closed])
3371
if (
_flags
[SupportsPath])
3443
if (!
_flags
[SupportsLocation]) return false;
3474
if (
_flags
[Closed]) return;
3481
if (!
_flags
[Closed])
3483
_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;