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