7 references to Keys
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
42return requestHandlers.Keys;
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\RequiredAttributeParser.cs (1)
28private static readonly char[] s_invalidCssAttributeNameCharacters = [.. s_whitespaceCharacters, ',', ']', .. s_cssValueComparisons.Keys];
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
HandlerProvider.cs (1)
42return requestHandlers.Keys;
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
330/// <inheritdoc cref="Keys" /> 335Keys is { Length: > 0 } keys ? keys : Array.Empty<TKey>(); 342ICollection IDictionary.Keys => Keys; 348/// The order of the values in the dictionary is unspecified, but it is the same order as the associated keys returned by the <see cref="Keys"/> property.