15 references to IsHandshakeOptionEnabled
Microsoft.Build (15)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
368
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.TaskHost));
369
if (Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.CLR2))
392
s_msbuildName = Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.NET)
410
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.TaskHost));
417
bool isX64 = Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.X64);
418
bool isArm64 = Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.Arm64);
419
bool isCLR2 = Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.CLR2);
455
ErrorUtilities.VerifyThrowInternalErrorUnreachable(Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.TaskHost));
678
bool isCLR2 = Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.CLR2);
680
return Handshake.
IsHandshakeOptionEnabled
(hostContext, HandshakeOptions.NodeReuse)
CommunicationsUtilities.cs (1)
205
bool isNetTaskHost =
IsHandshakeOptionEnabled
(nodeType, NetTaskHostFlags);
INodePacket.cs (1)
329
if (Handshake.
IsHandshakeOptionEnabled
(handshakeOptions, Handshake.NetTaskHostFlags))
NodeEndpointOutOfProcBase.cs (3)
595
bool receivedIsX86 = !Handshake.
IsHandshakeOptionEnabled
(receivedNodeType, HandshakeOptions.X64) &&
596
!Handshake.
IsHandshakeOptionEnabled
(receivedNodeType, HandshakeOptions.Arm64);
598
bool expectedIsX64 = Handshake.
IsHandshakeOptionEnabled
(expectedNodeType, HandshakeOptions.X64);