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