3 references to SoapIgnoreAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (1)
50
if (attrib is
SoapIgnoreAttribute
|| attrib is ObsoleteAttribute)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (2)
252
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
SoapIgnoreAttribute
).FullName);
280
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
SoapIgnoreAttribute
).FullName);