3 references to OnlyCharacter
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
5444
if ( expandType == EntityExpandType.
OnlyCharacter
||
7738
switch ( HandleEntityReference( true, EntityExpandType.
OnlyCharacter
, out pos ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3505
if ( expandType == EntityExpandType.
OnlyCharacter
||