13 references to HandshakeOptions
MSBuildTaskHost (13)
CommunicationsUtilities.cs (13)
92protected internal Handshake(HandshakeOptions nodeType) 149internal ServerNodeHandshake(HandshakeOptions nodeType) 603internal static HandshakeOptions GetHandshakeOptions(bool taskHost, string architectureFlagToSet = null, bool nodeReuse = false, bool lowPriority = false, IDictionary<string, string> taskHostParameters = null) 605HandshakeOptions context = taskHost ? HandshakeOptions.TaskHost : HandshakeOptions.None; 648context |= HandshakeOptions.X64; 652context |= HandshakeOptions.Arm64; 665context |= HandshakeOptions.CLR2; 668context |= HandshakeOptions.NET; 677context |= HandshakeOptions.NodeReuse; 681context |= HandshakeOptions.LowPriority; 690context |= HandshakeOptions.Administrator;