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