1 write to Value
MSBuild (1)
CommunicationsUtilities.cs (1)
188Value = value;
8 references to Value
MSBuild (8)
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);
NodeEndpointOutOfProcBase.cs (2)
428if (!IsHandshakePartValid(component, result.Value, index)) 432result.Value,