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)
2264if (cacheResult.Exception is not null) 2266CompleteSubmissionWithException(cacheRequest.Submission, cacheRequest.Configuration, cacheResult.Exception);