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)
1281
NodePacketTypeExtensions.WriteVersion(writeStream, context.
_negotiatedPacketVersion
);
1282
writeTranslator.NegotiatedPacketVersion = context.
_negotiatedPacketVersion
;
1525
_readTranslator.NegotiatedPacketVersion =
_negotiatedPacketVersion
;