7 references to VerifyCharData
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
357XmlConvert.VerifyCharData(str, ExceptionType.ArgumentException);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (5)
284XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 292XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 300XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 321XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 332XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
559VerifyCharData(content, ExceptionType.XmlException);