2 references to TryGetCompilationTracker
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.cs (2)
1774return this.TryGetCompilationTracker(projectId, out var tracker) 1935if (!projectWithCachedGeneratorState.Solution.State.TryGetCompilationTracker(projectWithCachedGeneratorState.Id, out var tracker) ||