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