2 writes to Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\CodeFix.cs (2)
45Project = project; 53Project = project;
4 references to Project
Microsoft.CodeAnalysis.Workspaces (4)
CodeFixes\CodeFix.cs (4)
64var document = Project.GetDocument(diagnostic.Location.SourceTree); 72var document = Project.Documents.FirstOrDefault(d => d.FilePath == diagnostic.Location.GetLineSpan().Path); 79return DiagnosticData.Create(Project.Solution, diagnostic, Project);