15 references to HandshakeOptions
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
22
ServerNodeHandshake handshake = new(
HandshakeOptions
.None);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
20
private readonly ServerNodeHandshake _handshake = new(
HandshakeOptions
.None);
CommunicationsUtilities.cs (13)
94
internal Handshake(
HandshakeOptions
nodeType)
99
protected Handshake(
HandshakeOptions
nodeType, bool includeSessionId)
161
internal ServerNodeHandshake(
HandshakeOptions
nodeType)
621
internal static
HandshakeOptions
GetHandshakeOptions(bool taskHost, string architectureFlagToSet = null, bool nodeReuse = false, bool lowPriority = false, IDictionary<string, string> taskHostParameters = null)
623
HandshakeOptions
context = taskHost ?
HandshakeOptions
.TaskHost :
HandshakeOptions
.None;
666
context |=
HandshakeOptions
.X64;
670
context |=
HandshakeOptions
.Arm64;
683
context |=
HandshakeOptions
.CLR2;
686
context |=
HandshakeOptions
.NET;
695
context |=
HandshakeOptions
.NodeReuse;
699
context |=
HandshakeOptions
.LowPriority;