3 references to IndentArrayLength
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
146
var result = new char[
IndentArrayLength
];
372
_indentChars = new char[
IndentArrayLength
];
375
for (int i = 0; i <
IndentArrayLength
; i++)