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)
173if (_reader.Depth > _markupDepth) 242if (_reader.Depth == _markupDepth)