1 write to Value
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
141Value = value;
4 references to Value
Microsoft.Build.Tasks.Core (4)
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.";
NodePipeServer.cs (1)
216if (handshakePart.Value != component.Value)