1 write to _headerReadCompleteCallback
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
980
_headerReadCompleteCallback
= HeaderReadComplete;
1 reference to _headerReadCompleteCallback
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1008
_pipeStream.BeginRead(_headerByte, 0, _headerByte.Length,
_headerReadCompleteCallback
, this);