4 overrides of IsFull
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (1)
42
internal override bool
IsFull
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (1)
35
internal override bool
IsFull
FrameworkFork\Microsoft.Xml\Xml\Core\IncrementalReadDecoders.cs (2)
31
internal override bool
IsFull
{ get { return false; } }
60
internal override bool
IsFull
10 references to IsFull
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (2)
408
if (_decoder.
IsFull
)
427
if (_decoder.
IsFull
)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (2)
325
if (_decoder.
IsFull
)
344
if (_decoder.
IsFull
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
8339
if (_incReadDecoder.
IsFull
)
8653
Debug.Assert(count == charsParsed || _incReadDecoder.
IsFull
, "Check if decoded consumed all characters unless it's full.");
8655
if (_incReadDecoder.
IsFull
)
9503
if (_incReadDecoder.
IsFull
)
9517
while (!_incReadDecoder.
IsFull
&& !endOfValue)
9539
if (_incReadDecoder.
IsFull
)