1 write to Value
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
141Value = value;
5 references to Value
MSBuildTaskHost (5)
CommunicationsUtilities.cs (3)
715if (innerResult.Value != EndOfHandshakeSignal) 719var errorMessage = $"Handshake failed on part {innerResult.Value}. Probably the client is a different MSBuild build."; 726var errorMessage = $"Expected end of handshake signal but received {innerResult.Value}. Probably the host is a different MSBuild build.";
NodeEndpointOutOfProcBase.cs (2)
429if (!IsHandshakePartValid(component, result.Value, index)) 433result.Value,