1 write to typeName
System.ServiceModel (1)
System\ServiceModel\Configuration\ExtensionElement.cs (1)
77
this.
typeName
= GetTypeName(this.Type);
2 references to typeName
System.ServiceModel (2)
System\ServiceModel\Configuration\ExtensionElement.cs (2)
75
if (string.IsNullOrEmpty(this.
typeName
))
80
return this.
typeName
;