8 references to Throw
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectSystem.cs (1)
61
var (_, projects) = await SolutionFileReader.ReadSolutionFileAsync(solutionFilePath, DiagnosticReportingMode.
Throw
, CancellationToken.None);
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\DiagnosticReporter.cs (1)
27
case DiagnosticReportingMode.
Throw
:
MSBuild\DiagnosticReportingOptions.cs (2)
24
= new DiagnosticReportingOptions(DiagnosticReportingMode.
Throw
, DiagnosticReportingMode.
Throw
);
MSBuild\MSBuildProjectLoader.cs (1)
145
: DiagnosticReportingMode.
Throw
;
MSBuild\SolutionFileReader.cs (1)
24
Contract.ThrowIfFalse(pathResolver.TryGetAbsoluteSolutionPath(solutionFilePath, baseDirectory: Directory.GetCurrentDirectory(), DiagnosticReportingMode.
Throw
, out var absoluteSolutionPath));
MSBuild\SolutionFileReader.SolutionFilterReader.cs (2)
38
Contract.ThrowIfFalse(pathResolver.TryGetAbsoluteSolutionPath(solutionPath, baseDirectory, DiagnosticReportingMode.
Throw
, out solutionFilename));
61
Contract.ThrowIfFalse(pathResolver.TryGetAbsoluteProjectPath(projectPath, baseDirectory, DiagnosticReportingMode.
Throw
, out var absoluteProjectPath));