6 references to HasFile
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
1327
if (factoryRecord.
HasFile
) hasChanged = true;
1335
if (AreDeclarationAttributesModified(factoryRecord, configSection) || !factoryRecord.
HasFile
)
1343
DeclarationUpdate update = new DeclarationUpdate(factoryRecord.ConfigKey, !factoryRecord.
HasFile
,
1354
if (!factoryRecord.
HasFile
)
1388
if (!factoryRecord.
HasFile
1402
!factoryRecord.
HasFile
, updatedXml);