5 writes to _markupDepth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (4)
76
_markupDepth
= int.MaxValue;
211
_markupDepth
= _reader.Depth;
223
_markupDepth
= _reader.Depth;
257
_markupDepth
= int.MaxValue;
FrameworkFork\Microsoft.Xml\Xml\schema\ParserAsync.cs (1)
41
_markupDepth
= int.MaxValue;
2 references to _markupDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
173
if (_reader.Depth >
_markupDepth
)
242
if (_reader.Depth ==
_markupDepth
)