2 references to ParseCharRefInline
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
5124
if ( ( charRefEndPos =
ParseCharRefInline
( pos, out charCount, out entityType ) ) > 0 ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3133
if ((charRefEndPos =
ParseCharRefInline
(pos, out charCount, out entityType)) > 0) {