5 writes to _markupDepth
System.Private.Xml (5)
System\Xml\Schema\Parser.cs (4)
72_markupDepth = int.MaxValue; 206_markupDepth = _reader.Depth; 218_markupDepth = _reader.Depth; 254_markupDepth = int.MaxValue;
System\Xml\Schema\ParserAsync.cs (1)
32_markupDepth = int.MaxValue;
2 references to _markupDepth
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (2)
168if (_reader!.Depth > _markupDepth) 237if (_reader.Depth == _markupDepth)