3 references to IndicateException
Microsoft.Build (3)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
143return IndicateException(experimentalResult.Exception);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
524_buildManager.PostCacheResult(cacheRequest, CacheResult.IndicateException(e), BuildEventContext.InvalidProjectContextId); 550cacheResult = CacheResult.IndicateException(ex);