4 overrides of IsFull
System.Xml (4)
System\Xml\Base64Decoder.cs (1)
39
internal override bool
IsFull
{
System\Xml\BinHexDecoder.cs (1)
33
internal override bool
IsFull
{
System\Xml\Core\IncrementalReadDecoders.cs (2)
30
internal override bool
IsFull
{ get { return false; } }
55
internal override bool
IsFull
{
13 references to IsFull
System.Xml (13)
System\Xml\Core\ReadContentAsBinaryHelper.cs (2)
344
if ( decoder.
IsFull
) {
360
if ( decoder.
IsFull
) {
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (2)
268
if ( decoder.
IsFull
) {
284
if ( decoder.
IsFull
) {
System\Xml\Core\XmlTextReaderImpl.cs (6)
7367
if ( incReadDecoder.
IsFull
) {
7639
Debug.Assert( count == charsParsed || incReadDecoder.
IsFull
, "Check if decoded consumed all characters unless it's full." );
7641
if ( incReadDecoder.
IsFull
) {
8365
if ( incReadDecoder.
IsFull
) {
8377
while ( !incReadDecoder.
IsFull
&& !endOfValue ) {
8396
if ( incReadDecoder.
IsFull
) {
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
5000
if ( incReadDecoder.
IsFull
) {
5012
while ( !incReadDecoder.
IsFull
&& !endOfValue ) {
5037
if ( incReadDecoder.
IsFull
) {