1 write to Value
Microsoft.Build.Framework (1)
BackEnd\HandshakeResult.cs (1)
44
Value
= value;
11 references to Value
Microsoft.Build (2)
NodeEndpointOutOfProcBase.cs (2)
428
if (!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)
396
if (innerResult.
Value
!= EndOfHandshakeSignal)
400
if (innerResult.
Value
!= Handshake.PacketVersionFromChildMarker)
402
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
419
byte childVersion = (byte)versionResult.
Value
;
435
if (innerResult.
Value
!= EndOfHandshakeSignal)
437
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
Microsoft.Build.Tasks.Core (1)
NodePipeServer.cs (1)
203
if (handshakePart.
Value
!= component.Value)
MSBuild (2)
NodeEndpointOutOfProcBase.cs (2)
428
if (!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.");