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