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