1 write to _bodyReadCompleteCallback
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
981
_bodyReadCompleteCallback
= BodyReadComplete;
1 reference to _bodyReadCompleteCallback
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1340
_pipeStream.BeginRead(packetData, 0, _currentPacketLength,
_bodyReadCompleteCallback
, this);