3 references to CacheHitByProxy
Microsoft.Build.Engine.UnitTests (3)
ProjectCache\ProjectCacheTests.cs (3)
67
public const string CacheHitByProxy = nameof(
CacheHitByProxy
);
92
<ReturnValue Include=`$(MSBuildProjectName)` File=`$(MSBuildProjectFile)` {
CacheHitByProxy
}=`true`/>
857
expectedMetadata = GraphCacheResponse.
CacheHitByProxy
;