5 references to WithAnalyzerConfigDocuments
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
139
.
WithAnalyzerConfigDocuments
(ImmutableArray<DocumentInfo>.Empty);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
395
.
WithAnalyzerConfigDocuments
(analyzerConfigDocuments)
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
SolutionTests\ProjectInfoTests.cs (1)
199
SolutionTestHelpers.TestListProperty(instance, (old, value) => old.
WithAnalyzerConfigDocuments
(value), opt => opt.AnalyzerConfigDocuments, documentInfo, allowDuplicates: false);
SolutionTests\SolutionTests.cs (1)
4172
.
WithAnalyzerConfigDocuments
(new[] { DocumentInfo.Create(editorConfigDocumentId, ".editorconfig", filePath: editorConfigFilePath) });
WorkspaceTests\AdhocWorkspaceTests.cs (1)
298
.
WithAnalyzerConfigDocuments
(new[] { docInfo });