2 writes to literalQuoteChar
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
2339literalQuoteChar = quoteChar;
System\Xml\Schema\DtdParserAsync.cs (1)
1796literalQuoteChar = quoteChar;
4 references to literalQuoteChar
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1548Throw( Res.Xml_ExpectingWhiteSpace, new string( literalQuoteChar, 1 ), (int)literalLineInfo.lineNo, (int)literalLineInfo.linePos ); 1561Throw( Res.Xml_ExpectingWhiteSpace, new string( literalQuoteChar, 1 ), (int)literalLineInfo.lineNo, (int)literalLineInfo.linePos );
System\Xml\Schema\DtdParserAsync.cs (2)
1162Throw( Res.Xml_ExpectingWhiteSpace, new string( literalQuoteChar, 1 ), (int)literalLineInfo.lineNo, (int)literalLineInfo.linePos ); 1175Throw( Res.Xml_ExpectingWhiteSpace, new string( literalQuoteChar, 1 ), (int)literalLineInfo.lineNo, (int)literalLineInfo.linePos );