System\Xml\Core\XmlUtf8RawTextWriter.cs (5)
92ValidateContentChars(_newLineChars, "NewLineChars", false);
2011ValidateContentChars(_indentChars, "IndentChars", true);
2012ValidateContentChars(_newLineChars, "NewLineChars", true);
2016ValidateContentChars(_indentChars, "IndentChars", false);
2019ValidateContentChars(_newLineChars, "NewLineChars", false);