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