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