2 implementations of PacketVersion
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
125public byte PacketVersion { get; set; } 1015public byte PacketVersion { get; set; }
3 writes to PacketVersion
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
834writeTranslator.PacketVersion = NodePacketTypeExtensions.PacketVersion;
NodeEndpointOutOfProcBase.cs (1)
708readTranslator.PacketVersion = version;
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
708readTranslator.PacketVersion = version;