6 references to HasFile
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
1510
if (factoryRecord.
HasFile
) {
1522
if (AreDeclarationAttributesModified(factoryRecord, configSection) || !factoryRecord.
HasFile
) {
1529
DeclarationUpdate update = new DeclarationUpdate(factoryRecord.ConfigKey, !factoryRecord.
HasFile
, updatedXml);
1538
if (!factoryRecord.
HasFile
) {
1560
if (!factoryRecord.
HasFile
1572
DeclarationUpdate update = new DeclarationUpdate(factoryRecord.ConfigKey, !factoryRecord.
HasFile
, updatedXml);