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)
134
if (
_encodedBytes
== null ||
_encodedBytes
.Length < _encodedSize)
145
size >= _encodedSize && CompareBuffers(
_encodedBytes
, buffer, offset))
155
Buffer.BlockCopy(buffer, offset,
_encodedBytes
, _encodedSize - _bytesNeeded, bytesConsumed);
159
_value = Encoding.UTF8.GetString(
_encodedBytes
, 0, _encodedSize);