2 writes to _literalQuoteChar
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
2420_literalQuoteChar = quoteChar;
System\Xml\Schema\DtdParserAsync.cs (1)
1866_literalQuoteChar = quoteChar;
4 references to _literalQuoteChar
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1513Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1530Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);
System\Xml\Schema\DtdParserAsync.cs (2)
1138Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1155Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);