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