2 writes to Type
System.ServiceModel (2)
System\ServiceModel\Configuration\WsdlImporterElement.cs (2)
19
this.
Type
= type;
26
this.
Type
= type.AssemblyQualifiedName;
2 references to Type
System.ServiceModel (2)
System\ServiceModel\Configuration\WsdlImporterElementCollection.cs (1)
30
return configElementKey.
Type
;
System\ServiceModel\Description\ConfigLoader.cs (1)
322
Type wsdlImporterType = Type.GetType(wsdlImporterElement.
Type
, true, true);