5 references to Values
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
184foreach (var lazyService in _lazyMefLspServices.Values)
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
326/// The order of the keys in the dictionary is unspecified, but it is the same order as the associated values returned by the <see cref="Values"/> property. 352/// <inheritdoc cref="Values" /> 356Values is { Length: > 0 } values ? values : Array.Empty<TValue>(); 359ICollection IDictionary.Values => Values;