FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (5)
129ValidateContentChars(newLineChars, "NewLineChars", false);
2022base.ValidateContentChars(indentChars, "IndentChars", true);
2023base.ValidateContentChars(newLineChars, "NewLineChars", true);
2027base.ValidateContentChars(indentChars, "IndentChars", false);
2030base.ValidateContentChars(newLineChars, "NewLineChars", false);