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