5 writes to markupDepth
System.Xml (5)
System\Xml\Schema\Parser.cs (4)
74markupDepth = int.MaxValue; 183markupDepth = reader.Depth; 193markupDepth = reader.Depth; 221markupDepth = int.MaxValue;
System\Xml\Schema\ParserAsync.cs (1)
34markupDepth = int.MaxValue;
2 references to markupDepth
System.Xml (2)
System\Xml\Schema\Parser.cs (2)
155if (reader.Depth > markupDepth) { 209if (reader.Depth == markupDepth) {