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