4 references to TryReadIntForHandshake
MSBuildTaskHost (4)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
284
if (!_pipeServer.
TryReadIntForHandshake
(
CommunicationsUtilities.cs (3)
489
if (stream.
TryReadIntForHandshake
(byteToAccept: null, out HandshakeResult innerResult))
504
if (!stream.
TryReadIntForHandshake
(byteToAccept: null, out HandshakeResult versionResult))
514
if (!stream.
TryReadIntForHandshake
(byteToAccept: null, out innerResult))