1 write to HandshakeOptions
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
257HandshakeOptions = nodeType;
4 references to HandshakeOptions
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (4)
226/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 238/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 302private bool IsNetTaskHost => IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.NET | HandshakeOptions.TaskHost); 306=> IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.CLR2 | HandshakeOptions.TaskHost);