14 references to Project
Microsoft.CodeAnalysis.Workspaces (14)
Diagnostics\DiagnosticAnalysisResult.cs (1)
97
builder.
Project
,
Diagnostics\DiagnosticAnalysisResultBuilder.cs (13)
45
Contract.ThrowIfTrue(
Project
.SupportsCompilation);
60
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
64
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
69
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
74
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
81
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
136
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
139
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
143
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
149
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));
157
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetRequiredDocument(diagnosticTree), diagnostic);
162
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredDocument(diagnosticTree), diagnostic);
167
AddOtherDiagnostic(DiagnosticData.Create(diagnostic,
Project
));