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