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)
977invalidAttributeType = typeof(SoapTypeAttribute);
System.Xml (5)
System\Xml\Serialization\SoapAttributes.cs (4)
27SoapTypeAttribute soapType; 57else if (attrs[i] is SoapTypeAttribute) { 58this.soapType = (SoapTypeAttribute)attrs[i]; 91public SoapTypeAttribute SoapType {
System\Xml\Serialization\SoapCodeExporter.cs (1)
114AddTypeMetadata(codeClass.CustomAttributes, typeof(SoapTypeAttribute), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);