1 write to Value
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
159Value = value;
8 references to Value
MSBuildTaskHost (8)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
291if (!IsHandshakePartValid(component, result.Value)) 293CommunicationsUtilities.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)
493if (innerResult.Value != EndOfHandshakeSignal) 497if (innerResult.Value != Handshake.PacketVersionFromChildMarker) 499result = CreateVersionMismatchResult(isProvider, innerResult.Value); 510byte childVersion = (byte)versionResult.Value; 520if (innerResult.Value != EndOfHandshakeSignal) 522result = CreateVersionMismatchResult(isProvider, innerResult.Value);