2 references to FlagIsFromTrustedConfigRecord
System.Configuration.ConfigurationManager (2)
System\Configuration\FactoryRecord.cs (2)
144get { return _flags[FlagIsFromTrustedConfigRecord]; } 145set { _flags[FlagIsFromTrustedConfigRecord] = value; }