4 references to PacketVersion
MSBuild (4)
CommunicationsUtilities.cs (1)
796
Trace("Node PacketVersion: {0}, Local: {1}, Negotiated: {2}", childVersion, NodePacketTypeExtensions.
PacketVersion
, negotiatedPacketVersion);
INodePacket.cs (1)
430
public static byte GetNegotiatedPacketVersion(byte otherPacketVersion) => Math.Min(
PacketVersion
, otherPacketVersion);
NodeEndpointOutOfProcBase.cs (2)
459
_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.
PacketVersion
);
460
CommunicationsUtilities.Trace("Sent PacketVersion: {0}", NodePacketTypeExtensions.
PacketVersion
);