2 instantiations of ProxyTargets
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProxyTargets.cs (2)
47
var instance = new
ProxyTargets
();
56
return experimentalProxyTargets == null ? null : new
ProxyTargets
(experimentalProxyTargets.ProxyTargetToRealTargetMap);
13 references to ProxyTargets
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
2035
ProxyTargets
proxyTargets,
BackEnd\Components\ProjectCache\CacheResult.cs (4)
52
public
ProxyTargets
? ProxyTargets { get; }
59
ProxyTargets
? proxyTargets = null)
82
public static CacheResult IndicateCacheHit(
ProxyTargets
proxyTargets)
146
proxyTargets:
ProxyTargets
.FromExperimental(experimentalResult.ProxyTargets));
BackEnd\Components\ProjectCache\ProxyTargets.cs (3)
45
internal static
ProxyTargets
FactoryForDeserialization(ITranslator translator)
47
var
instance = new ProxyTargets();
54
internal static
ProxyTargets
? FromExperimental(Experimental.ProjectCache.ProxyTargets? experimentalProxyTargets)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1042
/// Proxy build requests <see cref="
ProxyTargets
"/> should be really cheap (only return properties and items) and it's not worth
BackEnd\Shared\BuildRequest.cs (4)
72
private
ProxyTargets
_proxyTargets;
147
ProxyTargets
proxyTargets,
310
public
ProxyTargets
ProxyTargets
437
translator.Translate(ref _proxyTargets,
ProxyTargets
.FactoryForDeserialization);