2 writes to Type
System.ServiceModel (2)
System\ServiceModel\Configuration\PolicyImporterElement.cs (2)
19
this.
Type
= type;
26
this.
Type
= type.AssemblyQualifiedName;
2 references to Type
System.ServiceModel (2)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (1)
29
return configElementKey.
Type
;
System\ServiceModel\Description\ConfigLoader.cs (1)
351
Type policyImporterType = Type.GetType(policyImporterElement.
Type
, true, true);