7 references to Options
Microsoft.Build (7)
CommunicationsUtilities.cs (6)
333CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Options), 341public virtual string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate} {_handshakeComponents.SessionId}".ToString(CultureInfo.InvariantCulture); 361CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.Options), 368public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}" 1010yield return new KeyValuePair<string, int>(nameof(Options), Options);
NodeEndpointOutOfProcBase.cs (1)
565if (component.Key == nameof(HandshakeComponents.Options))