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