4 instantiations of XmlTypeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
250
XmlTypeAttribute 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)
145
context.ServiceContractGenerator.AddReferencedAssembly(typeof(System.Xml.Serialization.
XmlTypeAttribute
).Assembly);
250
XmlTypeAttribute
xmlType = new XmlTypeAttribute();
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
45
XmlTypeAttribute
xmlType;
137
else if (attrs[i] is
XmlTypeAttribute
) {
138
this.xmlType = (
XmlTypeAttribute
)attrs[i];
251
public
XmlTypeAttribute
XmlType {
System\Xml\Serialization\XmlCodeExporter.cs (1)
150
AddTypeMetadata(codeClass.CustomAttributes, typeof(
XmlTypeAttribute
), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);