1 write to Exception
Microsoft.Build (1)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
77Exception = exception;
2 references to Exception
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2270if (cacheResult.Exception is not null) 2272CompleteSubmissionWithException(cacheRequest.Submission, cacheRequest.Configuration, cacheResult.Exception);