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