9 references to SaveInternalSubsetValue
System.Private.Xml (9)
System\Xml\Schema\DtdParser.cs (5)
1371if (SaveInternalSubsetValue) 1398if (SaveInternalSubsetValue) 2525int endPos = _readerAdapter.ParseNumericCharRef(SaveInternalSubsetValue ? _internalSubsetValueSb : null); 2539int endPos = _readerAdapter.ParseNamedCharRef(true, SaveInternalSubsetValue ? _internalSubsetValueSb : null); 3226if (SaveInternalSubsetValue)
System\Xml\Schema\DtdParserAsync.cs (4)
991if (SaveInternalSubsetValue) 1019if (SaveInternalSubsetValue) 1971int endPos = await _readerAdapter.ParseNumericCharRefAsync(SaveInternalSubsetValue ? _internalSubsetValueSb : null).ConfigureAwait(false); 1985int endPos = await _readerAdapter.ParseNamedCharRefAsync(true, SaveInternalSubsetValue ? _internalSubsetValueSb : null).ConfigureAwait(false);