2 writes to configurationElementName
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
103this.configurationElementName = this.GetConfigurationElementName(); 121this.configurationElementName = value;
5 references to configurationElementName
System.ServiceModel (5)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (5)
101if (String.IsNullOrEmpty(this.configurationElementName)) 106return this.configurationElementName; 111if (!string.IsNullOrEmpty(this.configurationElementName)) 113Fx.Assert(this.configurationElementName == value, 116this.configurationElementName, value));