1 write to _handshakeOptions
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
943
_handshakeOptions
= handshakeOptions;
2 references to _handshakeOptions
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1096
bool extendedHeaderCreated = NodePacketTypeExtensions.TryCreateExtendedHeaderType(
_handshakeOptions
, packetType, out byte rawPacketType);
1108
else if (!Handshake.IsHandshakeOptionEnabled(
_handshakeOptions
, HandshakeOptions.CLR2))