2 references to CreateInvalidCharException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3546throw XmlConvert.CreateInvalidCharException(ch, '\0', ExceptionType.XmlException);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
1865return CreateInvalidCharException(invChar, nextChar, ExceptionType.ArgumentException);