5 references to SoapElementAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (4)
29
private
SoapElementAttribute
_soapElement;
55
else if (attrib is
SoapElementAttribute
)
57
_soapElement = (
SoapElementAttribute
)attrib;
133
public
SoapElementAttribute
SoapElement
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
208
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
SoapElementAttribute
).FullName);