42 references to AssertValueOrNull
Microsoft.ML.Core (42)
CommandLine\CmdLexer.cs (1)
321Contracts.AssertValueOrNull(str);
CommandLine\CmdParser.cs (3)
429Contracts.AssertValueOrNull(reporter); 1178Contracts.AssertValueOrNull(first); 1424Contracts.AssertValueOrNull(defaults);
ComponentModel\ComponentCatalog.cs (4)
205Contracts.AssertValueOrNull(attr.Summary); 206Contracts.AssertValueOrNull(attr.DocName); 207Contracts.AssertValueOrNull(attr.UserName); 966Contracts.AssertValueOrNull(name);
Data\ModelLoadContext.cs (1)
104Contracts.AssertValueOrNull(ectx);
Data\ModelSaveContext.cs (1)
123Contracts.AssertValueOrNull(ectx);
Data\Repository.cs (1)
110Contracts.AssertValueOrNull(ectx);
Environment\ConsoleEnvironment.cs (1)
397Contracts.AssertValueOrNull(parentFullName);
Environment\HostEnvironmentBase.cs (5)
46Contracts.AssertValueOrNull(parentFullName); 47Contracts.AssertValueOrNull(shortName); 447Contracts.AssertValueOrNull(host); 454Contracts.AssertValueOrNull(listenerAction); 516Contracts.AssertValueOrNull(ex);
Utilities\Contracts.cs (2)
92AssertValueOrNull(ectx); 184AssertValueOrNull(inner);
Utilities\Stream.cs (4)
115Contracts.AssertValueOrNull(values); 148Contracts.AssertValueOrNull(values); 161Contracts.AssertValueOrNull(values); 841Contracts.AssertValueOrNull(work);
Utilities\Utils.cs (19)
50Contracts.AssertValueOrNull(x); 56Contracts.AssertValueOrNull(x); 62Contracts.AssertValueOrNull(x); 68Contracts.AssertValueOrNull(x); 74Contracts.AssertValueOrNull(x); 80Contracts.AssertValueOrNull(x); 86Contracts.AssertValueOrNull(x); 92Contracts.AssertValueOrNull(x); 98Contracts.AssertValueOrNull(x); 104Contracts.AssertValueOrNull(x); 110Contracts.AssertValueOrNull(x); 116Contracts.AssertValueOrNull(x); 124Contracts.AssertValueOrNull(map); 135Contracts.AssertValueOrNull(list); 143Contracts.AssertValueOrNull(list); 151Contracts.AssertValueOrNull(set); 159Contracts.AssertValueOrNull(map); 167Contracts.AssertValueOrNull(map); 175Contracts.AssertValueOrNull(stack);