4 references to XmlIllegalAnyElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1673
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalAnyElement
, arrayElementType.FullName));
1760
if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalAnyElement
, accessor.TypeDesc.FullName));
1916
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalAnyElement
, accessorType.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
863
return new InvalidOperationException(string.Format(ResXml.
XmlIllegalAnyElement
, type.FullName));