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