2 references to AddAnalyzerReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
671=> this.Solution.AddAnalyzerReference(this.Id, analyzerReference).GetRequiredProject(Id);
Workspace\Workspace.cs (1)
973return oldSolution.AddAnalyzerReference(projectId, analyzerReference);