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