2 writes to ResultType
Microsoft.Build (2)
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (2)
68ResultType = resultType; 75ResultType = CacheResultType.None;
2 references to ResultType
Microsoft.Build (2)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
144(CacheResultType)(int)experimentalResult.ResultType,
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (1)
43/// Results representing cache hits (with <see cref="ResultType"/> == <see cref="CacheResultType.CacheHit"/>)