1 write to _flags
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
167
_flags
= new SafeBitVector32();
64 references to _flags
System.Configuration (64)
System\Configuration\BaseConfigurationRecord.cs (48)
245
if (
_flags
[PrefetchAll])
274
if (!
_flags
[RestrictedPermissionsResolved])
278
if (!
_flags
[RestrictedPermissionsResolved])
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;
361
if (
_flags
[SupportsLocation]) {
362
_flags
[IsAboveApplication] = Host.IsAboveApplication(_configPath);
365
_flags
[IsTrusted] = Host.IsTrustedConfigPath(_configPath);
369
if (
_flags
[SupportsLocation]) {
622
_flags
[PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.StreamName);
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]) {
2088
_flags
[ProtectedDataInitialized] = true;
2102
if (!
_flags
[ConfigBuildersInitialized]) {
2111
if (!
_flags
[ConfigBuildersInitialized]) {
2114
_flags
[ConfigBuildersInitialized] = true;
2282
_flags
[NamespacePresentInFile] = true;
2283
_flags
[NamespacePresentCurrent] = true;
2583
_flags
[IsTrusted],
2988
_flags
[IsTrusted],
3217
if (!
_flags
[SupportsLocation]) {
3362
if (!
_flags
[SupportsLocation]) {
3419
if (!
_flags
[IsLocationListResolved]) {
3426
if (!
_flags
[IsLocationListResolved]) {
3539
_flags
[IsLocationListResolved] = true;
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]) {
4115
_flags
[Closed] = true;
4323
if (!
_flags
[ContextEvaluated]) {
4326
_flags
[ContextEvaluated] = true;
4351
return (
_flags
[SupportsLocation] || IsMachineConfig);
System\Configuration\MgmtConfigurationRecord.cs (15)
78
_flags
[ForceLocationWritten] = true;
807
_flags
[IsTrusted],
1860
if (
_flags
[ ForceLocationWritten ]) {
1866
if (
_flags
[ SuggestLocationRemoval ]) {
2044
_flags
[ NamespacePresentInFile ] =
_flags
[ NamespacePresentCurrent ];
2048
_flags
[ ForceLocationWritten ] = false;
2049
_flags
[ SuggestLocationRemoval ] = false;
3256
_flags
[ ForceLocationWritten ] = false;
3257
_flags
[ SuggestLocationRemoval ] = true;
3268
return
_flags
[ NamespacePresentCurrent ];
3271
_flags
[ NamespacePresentCurrent ] = value;
3281
if (
_flags
[ NamespacePresentCurrent ] ==
3282
_flags
[ NamespacePresentInFile ]) {
3286
if (
_flags
[ NamespacePresentCurrent ]) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
109
if (
_flags
[IsTrusted]) {