4 references to Throw
Microsoft.Extensions.AI.Evaluation.Reporting (4)
ScenarioRunExtensions.cs (2)
90
_ =
Throw
.IfNull(scenarioRun, nameof(scenarioRun));
124
_ =
Throw
.IfNull(scenarioRun, nameof(scenarioRun));
ScenarioRunResultExtensions.cs (1)
33
_ =
Throw
.IfNull(result, nameof(result));
Storage\DiskBasedResultStore.cs (1)
86
_ =
Throw
.IfNull(results, nameof(results));