5 references to SoapTypeAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (4)
28private SoapTypeAttribute _soapType; 63else if (attrib is SoapTypeAttribute) 65_soapType = (SoapTypeAttribute)attrib; 103public SoapTypeAttribute SoapType
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
116AddTypeMetadata(codeClass.CustomAttributes, typeof(SoapTypeAttribute), mapping.TypeDesc.Name, Accessor.UnescapeName(mapping.TypeName), mapping.Namespace, mapping.IncludeInSchema);