13 references to Project
Microsoft.CodeAnalysis.Workspaces (13)
Diagnostics\DiagnosticAnalysisResult.cs (1)
98
builder.
Project
,
Diagnostics\DiagnosticAnalysisResultBuilder.cs (12)
57
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
61
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
66
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
71
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
78
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
133
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
136
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
140
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
146
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
154
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetRequiredDocument(diagnosticTree), diagnostic);
159
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredDocument(diagnosticTree), diagnostic);
164
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));