4 instantiations of XmlTypeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
250XmlTypeAttribute xmlType = new XmlTypeAttribute();
System.Web.Services (2)
System\Web\Services\Description\WebReferenceOptions.cs (1)
22[XmlType("webReferenceOptions", Namespace = WebReferenceOptions.TargetNamespace)]
System\Web\Services\Protocols\SoapHeader.cs (1)
25[XmlType(IncludeInSchema = false), SoapType(IncludeInSchema = false)]
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
62[XmlType("authorizedType")]
7 references to XmlTypeAttribute
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
145context.ServiceContractGenerator.AddReferencedAssembly(typeof(System.Xml.Serialization.XmlTypeAttribute).Assembly); 250XmlTypeAttribute xmlType = new XmlTypeAttribute();
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
45XmlTypeAttribute xmlType; 137else if (attrs[i] is XmlTypeAttribute) { 138this.xmlType = (XmlTypeAttribute)attrs[i]; 251public XmlTypeAttribute XmlType {
System\Xml\Serialization\XmlCodeExporter.cs (1)
150AddTypeMetadata(codeClass.CustomAttributes, typeof(XmlTypeAttribute), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);