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