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