7 references to Options
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
562if (component.Key == nameof(HandshakeComponents.Options))
Microsoft.Build.Framework (6)
BackEnd\Handshake.cs (2)
137CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Options), 146=> $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate} {_handshakeComponents.SessionId}";
BackEnd\HandshakeComponents.cs (2)
53yield return new KeyValuePair<string, int>(nameof(Options), Options);
BackEnd\ServerNodeHandshake.cs (2)
26CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Options), 33public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}"