8 references to ContainsAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\CompileTimeSolutionProviderTests.cs (1)
66
Assert.False(compileTimeSolution.
ContainsAnalyzerConfigDocument
(analyzerConfigId));
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
176
(s, d) => s.
ContainsAnalyzerConfigDocument
(d),
Workspace\Solution\Solution.cs (2)
256
if (this.
ContainsAnalyzerConfigDocument
(documentId))
1937
if (!
ContainsAnalyzerConfigDocument
(documentId))
Workspace\TextExtensions.cs (1)
96
Contract.ThrowIfFalse(solution.
ContainsAnalyzerConfigDocument
(id));
Workspace\Workspace.cs (2)
2235
if (!solution.
ContainsAnalyzerConfigDocument
(documentId))
2280
if (solution.
ContainsAnalyzerConfigDocument
(documentId))
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
180
Debug.Assert(workspace.CurrentSolution.
ContainsAnalyzerConfigDocument
(documentId));