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)
1513
Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(
_literalQuoteChar
), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);
1530
Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(
_literalQuoteChar
), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);
System\Xml\Schema\DtdParserAsync.cs (2)
1138
Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(
_literalQuoteChar
), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);
1155
Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(
_literalQuoteChar
), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos);