6 references to ContainsAnalyzerConfigDocument
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
156
(s, d) => s.
ContainsAnalyzerConfigDocument
(d),
Workspace\Solution\Solution.cs (2)
298
if (this.
ContainsAnalyzerConfigDocument
(documentId))
1856
if (!
ContainsAnalyzerConfigDocument
(documentId))
Workspace\TextExtensions.cs (1)
89
Contract.ThrowIfFalse(solution.
ContainsAnalyzerConfigDocument
(id));
Workspace\Workspace.cs (2)
2499
if (!solution.
ContainsAnalyzerConfigDocument
(documentId))
2544
if (solution.
ContainsAnalyzerConfigDocument
(documentId))