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