1 implementation of HasProjectBeenAnalyzed
Microsoft.CodeAnalysis.Features (1)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
82public bool HasProjectBeenAnalyzed(ProjectId projectId)
3 references to HasProjectBeenAnalyzed
Microsoft.CodeAnalysis.Features (2)
Diagnostics\ICodeAnalysisDiagnosticAnalyzerService.cs (2)
36/// caller is expected to check <see cref="HasProjectBeenAnalyzed(ProjectId)"/> prior to calling this method. 46/// solution. The caller is expected to check <see cref="HasProjectBeenAnalyzed(ProjectId)"/> prior to calling this
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
67if (!fullSolutionAnalysisEnabled && !codeAnalysisService.HasProjectBeenAnalyzed(project.Id))