6 references to Xml_MixedReadElementContentAs
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1679
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
422
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
2368
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);
2377
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
796
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);
808
throw new XmlException(ResXml.
Xml_MixedReadElementContentAs
, string.Empty, this as IXmlLineInfo);