15 references to HandshakeOptions
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
22ServerNodeHandshake handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
20private readonly ServerNodeHandshake _handshake = new(HandshakeOptions.None);
CommunicationsUtilities.cs (13)
94internal Handshake(HandshakeOptions nodeType) 99protected Handshake(HandshakeOptions nodeType, bool includeSessionId) 161internal ServerNodeHandshake(HandshakeOptions nodeType) 621internal static HandshakeOptions GetHandshakeOptions(bool taskHost, string architectureFlagToSet = null, bool nodeReuse = false, bool lowPriority = false, IDictionary<string, string> taskHostParameters = null) 623HandshakeOptions context = taskHost ? HandshakeOptions.TaskHost : HandshakeOptions.None; 666context |= HandshakeOptions.X64; 670context |= HandshakeOptions.Arm64; 683context |= HandshakeOptions.CLR2; 686context |= HandshakeOptions.NET; 695context |= HandshakeOptions.NodeReuse; 699context |= HandshakeOptions.LowPriority;