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