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