1 write to Value
Microsoft.Build.Framework (1)
BackEnd\HandshakeResult.cs (1)
44
Value
= value;
11 references to Value
Microsoft.Build (2)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (2)
438
if (!IsHandshakePartValid(component, result.
Value
, index, handshake))
441
$"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)
414
if (innerResult.
Value
!= EndOfHandshakeSignal)
418
if (innerResult.
Value
!= Handshake.PacketVersionFromChildMarker)
420
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
437
byte childVersion = (byte)versionResult.
Value
;
453
if (innerResult.
Value
!= EndOfHandshakeSignal)
455
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\NodePipeServer.cs (1)
203
if (handshakePart.
Value
!= component.Value)
MSBuild (2)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (2)
438
if (!IsHandshakePartValid(component, result.
Value
, index, handshake))
441
$"Handshake failed. Received {result.
Value
} from host for {component.Key} but expected {component.Value}. Probably the host is a different MSBuild build.");