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