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