9 references to ProxyTargets
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
1211
result = _requestEntry.Request.
ProxyTargets
== null
1232
var proxyTargetMapping = _requestEntry.Request.
ProxyTargets
.ProxyTargetToRealTargetMap;
BackEnd\Shared\BuildRequest.cs (5)
70
/// <inheritdoc cref="BuildRequest.
ProxyTargets
"/>
135
/// <param name="proxyTargets"><see cref="
ProxyTargets
"/></param>
295
/// Either this is null or <see cref="
ProxyTargets
"/> is null;
305
/// See <see cref="
ProxyTargets
"/>. Either this is null, or <see cref="_targets"/> is null;
452
return
ProxyTargets
!= null;
BackEnd\Shared\BuildRequestConfiguration.cs (2)
771
if (request.
ProxyTargets
!= null)
774
CollectionHelpers.SetEquivalent(request.Targets, request.
ProxyTargets
.ProxyTargetToRealTargetMap.Keys),