System\Xml\Core\XmlEncodedRawTextWriter.cs (5)
107ValidateContentChars(_newLineChars, "NewLineChars", false);
2154ValidateContentChars(_indentChars, "IndentChars", true);
2155ValidateContentChars(_newLineChars, "NewLineChars", true);
2159ValidateContentChars(_indentChars, "IndentChars", false);
2162ValidateContentChars(_newLineChars, "NewLineChars", false);