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