System\Xml\Core\XmlUtf8RawTextWriter.cs (5)
116ValidateContentChars( newLineChars, "NewLineChars", false );
1722base.ValidateContentChars( indentChars, "IndentChars", true );
1723base.ValidateContentChars( newLineChars, "NewLineChars", true );
1726base.ValidateContentChars( indentChars, "IndentChars", false );
1728base.ValidateContentChars( newLineChars, "NewLineChars", false );