7 references to Throw
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 (2)
146
: DiagnosticReportingMode.
Throw
;
170
if (!_pathResolver.TryGetAbsoluteSolutionPath(solutionFilePath, baseDirectory: Directory.GetCurrentDirectory(), DiagnosticReportingMode.
Throw
, out var absoluteSolutionPath))
MSBuild\MSBuildProjectLoader.SolutionFilterReader.cs (2)
38
if (!pathResolver.TryGetAbsoluteSolutionPath(solutionPath, baseDirectory, DiagnosticReportingMode.
Throw
, out solutionFilename))
67
if (pathResolver.TryGetAbsoluteProjectPath(projectPath, baseDirectory, DiagnosticReportingMode.
Throw
, out var absoluteProjectPath))