7 references to
Microsoft.CodeAnalysis.Features (2)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (2)
55firstLineElements.Add(s_glyphToElementMap[symbolGlyph]); 60firstLineElements.Add(s_glyphToElementMap[Glyph.CompletionWarning]);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
413var handlersForMethod = _handlerInfoMap[work.MethodName];
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
76return map.SourceGeneratorToAnalyzerReference[sourceGenerator];
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
RequestExecutionQueue.cs (1)
413var handlersForMethod = _handlerInfoMap[work.MethodName];
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (2)
500get => this[key]; 506this[key];