1 write to Project
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (1)
35
Project
= project;
19 references to Project
Microsoft.CodeAnalysis.Workspaces (19)
Diagnostics\DiagnosticAnalysisResult.cs (1)
184
builder.
Project
,
Diagnostics\DiagnosticAnalysisResultBuilder.cs (18)
59
Contract.ThrowIfTrue(
Project
.SupportsCompilation);
74
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
78
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetTextDocument(diagnosticDocumentId), diagnostic);
83
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetTextDocument(diagnosticDocumentId), diagnostic);
88
AddOtherDiagnostic(DiagnosticData.Create(
Project
.Solution, diagnostic,
Project
));
95
AddOtherDiagnostic(DiagnosticData.Create(
Project
.Solution, diagnostic,
Project
));
155
var diagnosticDocumentId =
Project
.GetDocumentForExternalLocation(diagnostic.Location);
158
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
162
AddOtherDiagnostic(DiagnosticData.Create(
Project
.Solution, diagnostic,
Project
));
168
AddOtherDiagnostic(DiagnosticData.Create(
Project
.Solution, diagnostic,
Project
));
176
AddDocumentDiagnostic(ref lazyLocals,
Project
.GetDocument(diagnosticTree), diagnostic);
181
AddDocumentDiagnostic(ref _lazyNonLocals,
Project
.GetDocument(diagnosticTree), diagnostic);
186
AddOtherDiagnostic(DiagnosticData.Create(
Project
.Solution, diagnostic,
Project
));