1 write to _envelopeBuffer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
63
set {
_envelopeBuffer
= value; }
2 references to _envelopeBuffer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
54
return DecodeMessage(
_envelopeBuffer
, ref dummyOffset, ref _size, ref _isAtEOF, timeout);
62
get { return
_envelopeBuffer
; }