1 write to Value
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
189
Value
= value;
7 references to Value
Microsoft.Build.Tasks.Core (7)
CommunicationsUtilities.cs (6)
772
if (innerResult.
Value
!= EndOfHandshakeSignal)
776
if (innerResult.
Value
!= Handshake.PacketVersionFromChildMarker)
778
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
794
byte childVersion = (byte)versionResult.
Value
;
809
if (innerResult.
Value
!= EndOfHandshakeSignal)
811
result = CreateVersionMismatchResult(isProvider, innerResult.
Value
);
NodePipeServer.cs (1)
203
if (handshakePart.
Value
!= component.Value)