2 instantiations of XmlTypeAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
251
XmlTypeAttribute 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)
45
private
XmlTypeAttribute
_xmlType;
156
else if (attrib is
XmlTypeAttribute
)
158
_xmlType = (
XmlTypeAttribute
)attrib;
279
public
XmlTypeAttribute
XmlType
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
164
AddTypeMetadata(codeClass.CustomAttributes, typeof(
XmlTypeAttribute
), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
146
context.ServiceContractGenerator.AddReferencedAssembly(typeof(Microsoft.Xml.Serialization.
XmlTypeAttribute
).GetTypeInfo().Assembly);
251
XmlTypeAttribute
xmlType = new XmlTypeAttribute();