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