System\Xml\Core\XmlEncodedRawTextWriter.cs (5)
107ValidateContentChars(_newLineChars, "NewLineChars", false);
2151ValidateContentChars(_indentChars, "IndentChars", true);
2152ValidateContentChars(_newLineChars, "NewLineChars", true);
2156ValidateContentChars(_indentChars, "IndentChars", false);
2159ValidateContentChars(_newLineChars, "NewLineChars", false);