4 references to OnAnalyzerConfigDocumentAdded
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
181
(w, d) => w.
OnAnalyzerConfigDocumentAdded
(d),
Workspace\Workspace.cs (1)
2314
this.
OnAnalyzerConfigDocumentAdded
(info.WithTextLoader(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
433
this.
OnAnalyzerConfigDocumentAdded
(hostDocument.ToDocumentInfo());
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
366
workspace.
OnAnalyzerConfigDocumentAdded
(analyzerConfigDocumentInfo);