13 references to HandshakeOptions
MSBuildTaskHost (13)
CommunicationsUtilities.cs (13)
94protected internal Handshake(HandshakeOptions nodeType) 151internal ServerNodeHandshake(HandshakeOptions nodeType) 611internal static HandshakeOptions GetHandshakeOptions(bool taskHost, string architectureFlagToSet = null, bool nodeReuse = false, bool lowPriority = false, IDictionary<string, string> taskHostParameters = null) 613HandshakeOptions context = taskHost ? HandshakeOptions.TaskHost : HandshakeOptions.None; 656context |= HandshakeOptions.X64; 660context |= HandshakeOptions.Arm64; 673context |= HandshakeOptions.CLR2; 676context |= HandshakeOptions.NET; 685context |= HandshakeOptions.NodeReuse; 689context |= HandshakeOptions.LowPriority; 698context |= HandshakeOptions.Administrator;