3 references to Xml_InvalidWhitespaceCharacter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
633
Throw(ResXml.
Xml_InvalidWhitespaceCharacter
, XmlException.BuildCharExceptionArgs(value, i));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
254
throw new ArgumentException(string.Format(ResXml.
Xml_InvalidWhitespaceCharacter
, XmlException.BuildCharExceptionArgs(ws, i)));
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
595
throw new XmlException(ResXml.
Xml_InvalidWhitespaceCharacter
, XmlException.BuildCharExceptionArgs(content, pos), 0, pos + 1);