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