1 write to _encodedBytes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
136_encodedBytes = Fx.AllocateByteArray(_encodedSize);
5 references to _encodedBytes
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (5)
134if (_encodedBytes == null || _encodedBytes.Length < _encodedSize) 145size >= _encodedSize && CompareBuffers(_encodedBytes, buffer, offset)) 155Buffer.BlockCopy(buffer, offset, _encodedBytes, _encodedSize - _bytesNeeded, bytesConsumed); 159_value = Encoding.UTF8.GetString(_encodedBytes, 0, _encodedSize);