6 references to CustomSearchDirEnvVariable
Microsoft.ML.Core (6)
Utilities\PathUtils.cs (3)
43
/// <seealso cref="
CustomSearchDirEnvVariable
"/> environment variable.
55
/// If null, the path specified in the environment variable <seealso cref="
CustomSearchDirEnvVariable
"/>
78
var envDir = Environment.GetEnvironmentVariable(
CustomSearchDirEnvVariable
);
Utilities\ResourceManagerUtils.cs (3)
204
var envDir = Environment.GetEnvironmentVariable(Utils.
CustomSearchDirEnvVariable
);
225
$"'{Utils.
CustomSearchDirEnvVariable
}' environment variable to a writable folder";
243
$"'{Utils.
CustomSearchDirEnvVariable
}' environment variable to a writable folder";