6 references to None
Microsoft.Build (4)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
76
ResultType = CacheResultType.
None
;
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
545
if (pluginLogger.HasLoggedErrors || cacheResult.ResultType == CacheResultType.
None
)
564
string cacheResultType = cacheResult?.ResultType.ToString() ?? nameof(CacheResultType.
None
);
615
case CacheResultType.
None
: // Should not get here based on the throw above
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
186
CacheResultType.
None
=> 'E',
817
case CacheResultType.
None
: