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)
281
/// 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.
307
/// <inheritdoc cref="
Values
" />
311
Values
is { Length: > 0 } values ? values : Array.Empty<TValue>();
314
ICollection IDictionary.Values =>
Values
;