2 writes to _freeFloatingDtd
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
274_freeFloatingDtd = false; 333_freeFloatingDtd = true;
7 references to _freeFloatingDtd
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (7)
414if (_freeFloatingDtd) 532(_freeFloatingDtd && _readerAdapter.EntityStackLength == 1)); 614(_freeFloatingDtd && _readerAdapter.EntityStackLength == 1)); 623if (ParsingInternalSubset && !_freeFloatingDtd) 1510if (declType == Token.DOCTYPE && !_freeFloatingDtd) 1528if (declType == Token.DOCTYPE && !_freeFloatingDtd) 3393Debug.Assert(!ParsingInternalSubset || _freeFloatingDtd);