4 overrides of IsFull
System.Private.Xml (4)
System\Xml\Base64Decoder.cs (1)
32
internal override bool
IsFull
System\Xml\BinHexDecoder.cs (1)
32
internal override bool
IsFull
System\Xml\Core\IncrementalReadDecoders.cs (2)
28
internal override bool
IsFull
{ get { return false; } }
53
internal override bool
IsFull
13 references to IsFull
System.Private.Xml (13)
System\Xml\Core\ReadContentAsBinaryHelper.cs (2)
351
if (_decoder.
IsFull
)
370
if (_decoder.
IsFull
)
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (2)
273
if (_decoder.
IsFull
)
292
if (_decoder.
IsFull
)
System\Xml\Core\XmlTextReaderImpl.cs (6)
8202
if (_incReadDecoder.
IsFull
)
8511
Debug.Assert(count == charsParsed || _incReadDecoder.
IsFull
, "Check if decoded consumed all characters unless it's full.");
8513
if (_incReadDecoder.
IsFull
)
9376
if (_incReadDecoder.
IsFull
)
9391
while (!_incReadDecoder.
IsFull
&& !endOfValue)
9414
if (_incReadDecoder.
IsFull
)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
5384
if (_incReadDecoder.
IsFull
)
5398
while (!_incReadDecoder.
IsFull
&& !endOfValue)
5425
if (_incReadDecoder.
IsFull
)