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