4 references to FlagAttached
System.Configuration.ConfigurationManager (4)
System\Configuration\SectionInformation.cs (4)
67
private bool IsRuntime => _flags[
FlagAttached
] &&
70
internal bool Attached => _flags[
FlagAttached
];
424
_flags[
FlagAttached
] = true;
483
_flags[
FlagAttached
] = false;