1 write to checkCharacters
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
104checkCharacters = settings.CheckCharacters;
5 references to checkCharacters
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (5)
111if (checkCharacters && newLineHandling == NewLineHandling.Replace) 163settings.CheckCharacters = checkCharacters; 502if (checkCharacters && !xmlCharType.IsCharData(ch)) 1385if (checkCharacters) 1893if (base.checkCharacters)