5 references to OnAnalyzerConfigDocumentAdded
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
387
this.
OnAnalyzerConfigDocumentAdded
(hostDocument.ToDocumentInfo());
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
781
var worker = await ExecuteOperation(workspace, w => w.
OnAnalyzerConfigDocumentAdded
(analyzerConfigFile));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
177
(w, d) => w.
OnAnalyzerConfigDocumentAdded
(d),
Workspace\Workspace.cs (1)
2015
this.
OnAnalyzerConfigDocumentAdded
(info.WithTextLoader(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
287
workspace.
OnAnalyzerConfigDocumentAdded
(analyzerConfigDocumentInfo);