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)
414
if (
_freeFloatingDtd
)
532
(
_freeFloatingDtd
&& _readerAdapter.EntityStackLength == 1));
614
(
_freeFloatingDtd
&& _readerAdapter.EntityStackLength == 1));
623
if (ParsingInternalSubset && !
_freeFloatingDtd
)
1510
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)
1528
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)
3393
Debug.Assert(!ParsingInternalSubset ||
_freeFloatingDtd
);