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