1 write to Value
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
188
Value
= value;
7 references to Value
Microsoft.Build.Tasks.Core (7)
CommunicationsUtilities.cs (6)
501
if (innerResult.
Value
!= EndOfHandshakeSignal)
505
if (innerResult.
Value
!= Handshake.PacketVersionFromChildMarker)
507
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
523
byte childVersion = (byte)versionResult.
Value
;
538
if (innerResult.
Value
!= EndOfHandshakeSignal)
540
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
NodePipeServer.cs (1)
203
if (handshakePart.
Value
!= component.Value)