4 references to CreateInvalidCharException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
576throw XmlConvert.CreateInvalidCharException(ch, '\0'); 1540throw XmlConvert.CreateInvalidCharException((char)ch, '\0');
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (2)
505throw XmlConvert.CreateInvalidCharException(ch, '\0'); 1388throw XmlConvert.CreateInvalidCharException((char)ch, '\0');