1 instantiation of ProxyTargets
Microsoft.Build (1)
BackEnd\Components\ProjectCache\Experimental\ProxyTargets.cs (1)
49
var instance = new
ProxyTargets
();
6 references to ProxyTargets
Microsoft.Build (6)
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (3)
55
public
ProxyTargets
? ProxyTargets { get; }
62
ProxyTargets
? proxyTargets = null)
87
public static CacheResult IndicateCacheHit(
ProxyTargets
proxyTargets)
BackEnd\Components\ProjectCache\Experimental\ProxyTargets.cs (2)
47
internal static
ProxyTargets
FactoryForDeserialization(ITranslator translator)
49
var
instance = new ProxyTargets();
BackEnd\Components\ProjectCache\ProxyTargets.cs (1)
55
internal static ProxyTargets? FromExperimental(Experimental.ProjectCache.
ProxyTargets
? experimentalProxyTargets)