8 references to Xml_ReadBinaryContentNotSupported
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (4)
736
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadContentAsBase64"));
742
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadElementContentAsBase64"));
748
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadContentAsBinHex"));
754
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadElementContentAsBinHex"));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (4)
143
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadContentAsBase64"));
149
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadElementContentAsBase64"));
155
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadContentAsBinHex"));
161
throw new NotSupportedException(string.Format(ResXml.
Xml_ReadBinaryContentNotSupported
, "ReadElementContentAsBinHex"));