1 write to Value
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
159
Value
= value;
8 references to Value
MSBuildTaskHost (8)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
291
if (!IsHandshakePartValid(component, result.
Value
))
293
CommunicationsUtilities.Trace($"Handshake failed. Received {result.
Value
} from host for {component.Key} but expected {component.Value}. Probably the host is a different MSBuild build.");
CommunicationsUtilities.cs (6)
493
if (innerResult.
Value
!= EndOfHandshakeSignal)
497
if (innerResult.
Value
!= Handshake.PacketVersionFromChildMarker)
499
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
510
byte childVersion = (byte)versionResult.
Value
;
520
if (innerResult.
Value
!= EndOfHandshakeSignal)
522
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);