2 references to ReadAsync
MSBuild (2)
NodeEndpointOutOfProcBase.cs (2)
526
Task<int> readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);
615
readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);