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