Implemented interface members:
3 references to Count
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
22
public int Count => _dictionary.
Count
;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
22
public int Count => _dictionary.
Count
;
Workspace\Solution\SolutionCompilationState.cs (1)
286
if (projectIdToTrackerMap.
Count
== 0 && skipEmptyCallback)