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