3 writes to _targets
Microsoft.Build (3)
BackEnd\Shared\BuildRequest.cs (3)
154
_targets
= proxyTargets.ProxyTargetToRealTargetMap.Keys.ToList();
193
_targets
= new List<string>(escapedTargets.Count);
429
translator.Translate(ref
_targets
);
3 references to _targets
Microsoft.Build (3)
BackEnd\Shared\BuildRequest.cs (3)
196
_targets
.Add(EscapingUtilities.UnescapeAll(target));
303
{ return
_targets
; }
307
/// See <see cref="ProxyTargets"/>. Either this is null, or <see cref="
_targets
"/> is null;