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