1 write to _negotiatedPacketVersion
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1074_negotiatedPacketVersion = negotiatedVersion;
3 references to _negotiatedPacketVersion
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
1281NodePacketTypeExtensions.WriteVersion(writeStream, context._negotiatedPacketVersion); 1282writeTranslator.NegotiatedPacketVersion = context._negotiatedPacketVersion; 1525_readTranslator.NegotiatedPacketVersion = _negotiatedPacketVersion;