12 references to HandshakeOptions
MSBuild (12)
CommunicationsUtilities.cs (12)
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;