2 writes to freeFloatingDtd
System.Xml (2)
System\Xml\Schema\DtdParser.cs (2)
280freeFloatingDtd = false; 329freeFloatingDtd = true;
9 references to freeFloatingDtd
System.Xml (9)
System\Xml\Schema\DtdParser.cs (5)
403if ( freeFloatingDtd ) { 587if ( ParsingInternalSubset && !freeFloatingDtd ) { 1527if ( declType == Token.DOCTYPE && !freeFloatingDtd ) { 1542if ( declType == Token.DOCTYPE && !freeFloatingDtd ) { 3151Debug.Assert( !ParsingInternalSubset || freeFloatingDtd );
System\Xml\Schema\DtdParserAsync.cs (4)
46if ( freeFloatingDtd ) { 232if ( ParsingInternalSubset && !freeFloatingDtd ) { 1141if ( declType == Token.DOCTYPE && !freeFloatingDtd ) { 1156if ( declType == Token.DOCTYPE && !freeFloatingDtd ) {