2 instantiations of XmlTypeAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
251XmlTypeAttribute xmlType = new XmlTypeAttribute();
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
21[XmlType("webReferenceOptions", Namespace = WebReferenceOptions.TargetNamespace)]
7 references to XmlTypeAttribute
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
45private XmlTypeAttribute _xmlType; 156else if (attrib is XmlTypeAttribute) 158_xmlType = (XmlTypeAttribute)attrib; 279public XmlTypeAttribute XmlType
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
164AddTypeMetadata(codeClass.CustomAttributes, typeof(XmlTypeAttribute), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
146context.ServiceContractGenerator.AddReferencedAssembly(typeof(Microsoft.Xml.Serialization.XmlTypeAttribute).GetTypeInfo().Assembly); 251XmlTypeAttribute xmlType = new XmlTypeAttribute();