4 writes to EmitClear
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
442comContract.PersistableTypes.EmitClear = true; 463newComContract.PersistableTypes.EmitClear = true;
System.Configuration (1)
System\Configuration\ConfigurationElementCollection.cs (1)
239EmitClear = (saveMode == ConfigurationSaveMode.Full && (_clearElement.Length != 0)) ||
System.Web (1)
Configuration\ProfileGroupSettingsCollection.cs (1)
30EmitClear = false;
5 references to EmitClear
System.Configuration (3)
System\Configuration\ConfigurationElementCollection.cs (3)
241true : sourceCollection.EmitClear; 243if ((parentCollection != null) && (EmitClear != true)) { 290if ((parentCollection != null) && (EmitClear != true)) {
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
99if (guidList.Count > 0 || contractConfigElement.PersistableTypes.EmitClear)
System.Web (1)
Configuration\ProfileGroupSettingsCollection.cs (1)
112if (EmitClear == true) {