3 references to XmlIllegalType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1765
if (a.XmlAttribute.Type != null) throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalType
, "XmlAttribute"));
1792
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalType
, "XmlText"));
1809
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalType
, "XmlElement"));