1 write to Value
Microsoft.Build.Framework (1)
BackEnd\HandshakeResult.cs (1)
44Value = value;
11 references to Value
Microsoft.Build (2)
NodeEndpointOutOfProcBase.cs (2)
428if (!IsHandshakePartValid(component, result.Value, index)) 431$"Handshake failed. Received {result.Value} from host for {component.Key} but expected {component.Value}. Probably the host is a different MSBuild build.");
Microsoft.Build.Framework (6)
BackEnd\CommunicationsUtilities.cs (6)
396if (innerResult.Value != EndOfHandshakeSignal) 400if (innerResult.Value != Handshake.PacketVersionFromChildMarker) 402result = CreateVersionMismatchResult(isProvider, innerResult.Value); 419byte childVersion = (byte)versionResult.Value; 435if (innerResult.Value != EndOfHandshakeSignal) 437result = CreateVersionMismatchResult(isProvider, innerResult.Value);
Microsoft.Build.Tasks.Core (1)
NodePipeServer.cs (1)
203if (handshakePart.Value != component.Value)
MSBuild (2)
NodeEndpointOutOfProcBase.cs (2)
428if (!IsHandshakePartValid(component, result.Value, index)) 431$"Handshake failed. Received {result.Value} from host for {component.Key} but expected {component.Value}. Probably the host is a different MSBuild build.");