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)
168
if (_reader!.Depth >
_markupDepth
)
237
if (_reader.Depth ==
_markupDepth
)