1 instantiation of SoapTypeAttribute
System.Web.Services (1)
System\Web\Services\Protocols\SoapHeader.cs (1)
25
[XmlType(IncludeInSchema = false),
SoapType
(IncludeInSchema = false)]
6 references to SoapTypeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
977
invalidAttributeType = typeof(
SoapTypeAttribute
);
System.Xml (5)
System\Xml\Serialization\SoapAttributes.cs (4)
27
SoapTypeAttribute
soapType;
57
else if (attrs[i] is
SoapTypeAttribute
) {
58
this.soapType = (
SoapTypeAttribute
)attrs[i];
91
public
SoapTypeAttribute
SoapType {
System\Xml\Serialization\SoapCodeExporter.cs (1)
114
AddTypeMetadata(codeClass.CustomAttributes, typeof(
SoapTypeAttribute
), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);