Implemented interface member:
5 references to
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SourceGeneratorExecutionVersion.cs (1)
75public SourceGeneratorExecutionVersion this[ProjectId projectId] => Map[projectId];
Workspace\Solution\TextDocumentStates.cs (3)
124_statesInCompilationOrder = Ids.SelectAsArray(static (id, map) => map[id], States); 187var oldState = States[id]; 235var newState = States[id];
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
219get { return this[key]; }