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