13 references to HandshakeOptions
MSBuildTaskHost (13)
CommunicationsUtilities.cs (13)
92protected internal Handshake(HandshakeOptions nodeType) 148internal ServerNodeHandshake(HandshakeOptions nodeType) 607internal static HandshakeOptions GetHandshakeOptions(bool taskHost, string architectureFlagToSet = null, bool nodeReuse = false, bool lowPriority = false, IDictionary<string, string> taskHostParameters = null) 609HandshakeOptions context = taskHost ? HandshakeOptions.TaskHost : HandshakeOptions.None; 652context |= HandshakeOptions.X64; 656context |= HandshakeOptions.Arm64; 669context |= HandshakeOptions.CLR2; 672context |= HandshakeOptions.NET; 681context |= HandshakeOptions.NodeReuse; 685context |= HandshakeOptions.LowPriority; 694context |= HandshakeOptions.Administrator;