2 references to CacheBaseDirectoryEnvVar
Microsoft.NET.ProjectData (2)
UserFolderCachePath.cs (2)
82
string? envOverride = Environment.GetEnvironmentVariable(
CacheBaseDirectoryEnvVar
);
119
throw new InvalidOperationException($"Unable to determine the ProjectData cache root. Set {
CacheBaseDirectoryEnvVar
}.");