4 references to IfNull
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));