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