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