5 references to Values
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
184
foreach (var lazyService in _lazyMefLspServices.
Values
)
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
274
/// 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.
300
/// <inheritdoc cref="
Values
" />
304
Values
is { Length: > 0 } values ? values : Array.Empty<TValue>();
307
ICollection IDictionary.Values =>
Values
;