7 references to
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\NodeFactory.Wasm.cs (1)
32return globals[symbolName];
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\NodeFactory.Wasm.cs (1)
32return globals[symbolName];
Microsoft.CodeAnalysis.Features (2)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (2)
56firstLineElements.Add(s_glyphToElementMap[symbolGlyph]); 61firstLineElements.Add(s_glyphToElementMap[Glyph.CompletionWarning]);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
86return map.SourceGeneratorToAnalyzerReference[sourceGenerator];
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (2)
580get => this[key]; 586this[key];