1 write to Value
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
141
Value
= value;
4 references to Value
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (3)
715
if (innerResult.
Value
!= EndOfHandshakeSignal)
719
var errorMessage = $"Handshake failed on part {innerResult.
Value
}. Probably the client is a different MSBuild build.";
726
var errorMessage = $"Expected end of handshake signal but received {innerResult.
Value
}. Probably the host is a different MSBuild build.";
NodePipeServer.cs (1)
216
if (handshakePart.
Value
!= component.Value)