3 references to OnAnalyzerConfigDocumentAdded
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
194
(w, d) => w.
OnAnalyzerConfigDocumentAdded
(d),
Workspace\Workspace.cs (1)
2316
this.
OnAnalyzerConfigDocumentAdded
(info.WithTextLoader(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
429
this.
OnAnalyzerConfigDocumentAdded
(hostDocument.ToDocumentInfo());