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); 430translator.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;