5 references to XmlAnyAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1578
if (a.
XmlAnyAttribute
!= null)
1598
attribute.Any = (a.
XmlAnyAttribute
!= null);
1778
attribute.Any = a.
XmlAnyAttribute
!= null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
847
else if (member.XmlAttributes.
XmlAnyAttribute
!= null && !isWrapped)
913
return xmlAttributes.
XmlAnyAttribute
== null &&