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