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