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