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