36 writes to
System.Configuration (36)
System\Configuration\BaseConfigurationRecord.cs (17)
284
_flags
[
RestrictedPermissionsResolved] = true;
296
_flags
[
RestrictedPermissionsResolved] = true;
354
_flags
[
SupportsChangeNotifications] = ClassFlags[ClassSupportsChangeNotifications] && Host.SupportsChangeNotifications;
355
_flags
[
SupportsRefresh] = ClassFlags[ClassSupportsRefresh] && Host.SupportsRefresh;
356
_flags
[
SupportsKeepInputs] = ClassFlags[ClassSupportsKeepInputs] || _flags[SupportsRefresh];
357
_flags
[
SupportsPath] = Host.SupportsPath;
358
_flags
[
SupportsLocation] = Host.SupportsLocation;
362
_flags
[
IsAboveApplication] = Host.IsAboveApplication(_configPath);
365
_flags
[
IsTrusted] = Host.IsTrustedConfigPath(_configPath);
622
_flags
[
PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.StreamName);
2088
_flags
[
ProtectedDataInitialized] = true;
2114
_flags
[
ConfigBuildersInitialized] = true;
2282
_flags
[
NamespacePresentInFile] = true;
2283
_flags
[
NamespacePresentCurrent] = true;
3539
_flags
[
IsLocationListResolved] = true;
4115
_flags
[
Closed] = true;
4326
_flags
[
ContextEvaluated] = true;
System\Configuration\MgmtConfigurationRecord.cs (1)
78
_flags
[
ForceLocationWritten] = true;
System\Configuration\SectionInformation.cs (9)
135
_flags
[
Flag_ConfigBuilderDetermined] = fileInput.IsConfigBuilderDetermined;
137
_flags
[
Flag_ProtectionProviderDetermined] = fileInput.IsProtectionProviderDetermined;
150
_flags
[
Flag_ConfigBuilderDetermined] = false;
152
_flags
[
Flag_ProtectionProviderDetermined] = false;
423
_flags
[
Flag_ChildrenLocked] = _flags[Flag_ChildrenLockWithoutFileInput];
427
_flags
[
Flag_ChildrenLocked] = false;
431
_flags
[
Flag_ChildrenLocked] = true;
619
_flags
[
Flag_ConfigBuilderDetermined] = true;
775
ancestor.SectionInformation._flags
[
Flag_IsParentSection] = true;
System\Configuration\SectionRecord.cs (9)
123
set {_flags
[
Flag_IsResultTrustedWithoutAptca] = value;}
128
set {_flags
[
Flag_RequirePermission] = value;}
133
set {_flags
[
Flag_AddUpdate] = value;}
175
_flags
[
Flag_Locked] = (forSelf == OverrideMode.Deny);
176
_flags
[
Flag_LockChildren] = (forSelf == OverrideMode.Deny);
180
_flags
[
Flag_LockChildren] = ((forSelf == OverrideMode.Deny) || (forChildren == OverrideMode.Deny));
201
_flags
[
Flag_ChildrenLockWithoutFileInput] = LockChildren;
214
_flags
[
Flag_LockChildren] = Locked;
284
_flags
[
flag] = true;
48 references to
System.Configuration (48)
System\Configuration\BaseConfigurationRecord.cs (31)
245
if (_flags
[
PrefetchAll])
274
if (!_flags
[
RestrictedPermissionsResolved])
278
if (!_flags
[
RestrictedPermissionsResolved])
356
_flags[SupportsKeepInputs] = ClassFlags[ClassSupportsKeepInputs] || _flags
[
SupportsRefresh];
361
if (_flags
[
SupportsLocation]) {
369
if (_flags
[
SupportsLocation]) {
1500
return (skipInChildApps && _flags
[
IsAboveApplication]);
1630
bool isTrusted = _flags
[
IsTrusted];
1710
if (success && !_flags
[
SupportsKeepInputs]) {
1800
if ( !_flags
[
SupportsRefresh]
2074
if (!_flags
[
ProtectedDataInitialized]) {
2083
if (!_flags
[
ProtectedDataInitialized]) {
2102
if (!_flags
[
ConfigBuildersInitialized]) {
2111
if (!_flags
[
ConfigBuildersInitialized]) {
2583
_flags
[
IsTrusted],
2988
_flags
[
IsTrusted],
3217
if (!_flags
[
SupportsLocation]) {
3362
if (!_flags
[
SupportsLocation]) {
3419
if (!_flags
[
IsLocationListResolved]) {
3426
if (!_flags
[
IsLocationListResolved]) {
3818
if (_flags
[
Closed]) {
3846
if (_flags
[
Closed]) {
3858
if (_flags
[
SupportsChangeNotifications]) {
3867
if (_flags
[
SupportsChangeNotifications]) {
3880
if (_flags
[
Closed])
3992
if (_flags
[
SupportsPath]) {
4078
if (_flags
[
SupportsLocation]) {
4108
if (!_flags
[
Closed]) {
4114
if (!_flags
[
Closed]) {
4323
if (!_flags
[
ContextEvaluated]) {
4351
return (_flags
[
SupportsLocation] || IsMachineConfig);
System\Configuration\MgmtConfigurationRecord.cs (1)
807
_flags
[
IsTrusted],
System\Configuration\RuntimeConfigurationRecord.cs (1)
109
if (_flags
[
IsTrusted]) {
System\Configuration\SectionInformation.cs (8)
205
if (_flags
[
Flag_IsParentSection]) {
221
if ( _flags
[
Flag_IsParentSection] ) {
249
if (_flags
[
Flag_IsUndeclared]) {
423
_flags[Flag_ChildrenLocked] = _flags
[
Flag_ChildrenLockWithoutFileInput];
443
return (_flags
[
Flag_ChildrenLocked] ? OverrideMode.Deny : OverrideMode.Allow);
544
return _flags
[
Flag_DeclarationRequired];
602
return _flags
[
Flag_LocationLocked] || !IsDefinitionAllowed ||
617
if (!_flags
[
Flag_ConfigBuilderDetermined] && _configRecord != null) {
System\Configuration\SectionRecord.cs (7)
99
get {return _flags
[
Flag_Locked];}
103
get {return _flags
[
Flag_LockChildren];}
114
result = _flags
[
Flag_ChildrenLockWithoutFileInput];
122
get {return _flags
[
Flag_IsResultTrustedWithoutAptca];}
127
get {return _flags
[
Flag_RequirePermission];}
132
get {return _flags
[
Flag_AddUpdate];}
279
if (!_flags
[
flag]) {