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; 775ancestor.SectionInformation._flags[Flag_IsParentSection] = true;
System\Configuration\SectionRecord.cs (9)
123set {_flags[Flag_IsResultTrustedWithoutAptca] = value;} 128set {_flags[Flag_RequirePermission] = value;} 133set {_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)
245if (_flags[PrefetchAll]) 274if (!_flags[RestrictedPermissionsResolved]) 278if (!_flags[RestrictedPermissionsResolved]) 356_flags[SupportsKeepInputs] = ClassFlags[ClassSupportsKeepInputs] || _flags[SupportsRefresh]; 361if (_flags[SupportsLocation]) { 369if (_flags[SupportsLocation]) { 1500return (skipInChildApps && _flags[IsAboveApplication]); 1630bool isTrusted = _flags[IsTrusted]; 1710if (success && !_flags[SupportsKeepInputs]) { 1800if ( !_flags[SupportsRefresh] 2074if (!_flags[ProtectedDataInitialized]) { 2083if (!_flags[ProtectedDataInitialized]) { 2102if (!_flags[ConfigBuildersInitialized]) { 2111if (!_flags[ConfigBuildersInitialized]) { 2583_flags[IsTrusted], 2988_flags[IsTrusted], 3217if (!_flags[SupportsLocation]) { 3362if (!_flags[SupportsLocation]) { 3419if (!_flags[IsLocationListResolved]) { 3426if (!_flags[IsLocationListResolved]) { 3818if (_flags[Closed]) { 3846if (_flags[Closed]) { 3858if (_flags[SupportsChangeNotifications]) { 3867if (_flags[SupportsChangeNotifications]) { 3880if (_flags[Closed]) 3992if (_flags[SupportsPath]) { 4078if (_flags[SupportsLocation]) { 4108if (!_flags[Closed]) { 4114if (!_flags[Closed]) { 4323if (!_flags[ContextEvaluated]) { 4351return (_flags[SupportsLocation] || IsMachineConfig);
System\Configuration\MgmtConfigurationRecord.cs (1)
807_flags[IsTrusted],
System\Configuration\RuntimeConfigurationRecord.cs (1)
109if (_flags[IsTrusted]) {
System\Configuration\SectionInformation.cs (8)
205if (_flags[Flag_IsParentSection]) { 221if ( _flags[Flag_IsParentSection] ) { 249if (_flags[Flag_IsUndeclared]) { 423_flags[Flag_ChildrenLocked] = _flags[Flag_ChildrenLockWithoutFileInput]; 443return (_flags[Flag_ChildrenLocked] ? OverrideMode.Deny : OverrideMode.Allow); 544return _flags[Flag_DeclarationRequired]; 602return _flags[Flag_LocationLocked] || !IsDefinitionAllowed || 617if (!_flags[Flag_ConfigBuilderDetermined] && _configRecord != null) {
System\Configuration\SectionRecord.cs (7)
99get {return _flags[Flag_Locked];} 103get {return _flags[Flag_LockChildren];} 114result = _flags[Flag_ChildrenLockWithoutFileInput]; 122get {return _flags[Flag_IsResultTrustedWithoutAptca];} 127get {return _flags[Flag_RequirePermission];} 132get {return _flags[Flag_AddUpdate];} 279if (!_flags[flag]) {