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