2 writes to _freeFloatingDtd
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (2)
265
_freeFloatingDtd
= false;
321
_freeFloatingDtd
= true;
9 references to _freeFloatingDtd
System.Private.Xml (9)
System\Xml\Schema\DtdParser.cs (5)
402
if (
_freeFloatingDtd
)
611
if (ParsingInternalSubset && !
_freeFloatingDtd
)
1486
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)
1504
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)
3317
Debug.Assert(!ParsingInternalSubset ||
_freeFloatingDtd
);
System\Xml\Schema\DtdParserAsync.cs (4)
44
if (
_freeFloatingDtd
)
255
if (ParsingInternalSubset && !
_freeFloatingDtd
)
1111
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)
1129
if (declType == Token.DOCTYPE && !
_freeFloatingDtd
)