1 implementation of HasProjectBeenAnalyzed
Microsoft.CodeAnalysis.Features (1)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
91
public bool
HasProjectBeenAnalyzed
(ProjectId projectId) => _analyzedProjectIds.Contains(projectId);
2 references to HasProjectBeenAnalyzed
Microsoft.CodeAnalysis.Features (2)
Diagnostics\ICodeAnalysisDiagnosticAnalyzerService.cs (2)
37
/// The caller is expected to check <see cref="
HasProjectBeenAnalyzed
(ProjectId)"/> prior to calling this method.
47
/// The caller is expected to check <see cref="
HasProjectBeenAnalyzed
(ProjectId)"/> prior to calling this method.