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