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