2 references to XmlAnyElementDuplicate
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1684
throw new InvalidOperationException(string.Format(ResXml.
XmlAnyElementDuplicate
, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace == null ? "null" : xmlAnyElement.Namespace));
1928
throw new InvalidOperationException(string.Format(ResXml.
XmlAnyElementDuplicate
, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace == null ? "null" : xmlAnyElement.Namespace));