6 references to WithAnalyzerConfigDocuments
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
191.WithAnalyzerConfigDocuments([]);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
390.WithAnalyzerConfigDocuments(analyzerConfigDocuments);
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\ProjectInfoTests.cs (1)
201SolutionTestHelpers.TestListProperty(instance, (old, value) => old.WithAnalyzerConfigDocuments(value), opt => opt.AnalyzerConfigDocuments, documentInfo, allowDuplicates: false);
SolutionTests\SolutionTests.cs (2)
1196.WithAnalyzerConfigDocuments( 4984.WithAnalyzerConfigDocuments([DocumentInfo.Create(editorConfigDocumentId, ".editorconfig", filePath: editorConfigFilePath)]);
WorkspaceTests\AdhocWorkspaceTests.cs (1)
295.WithAnalyzerConfigDocuments([docInfo]);