5 references to TargetNames
Microsoft.Build.Framework (2)
ProjectStartedEventArgs.cs (2)
548if (!string.IsNullOrEmpty(TargetNames)) 550RawMessage = FormatResourceStringIgnoreCodeAndKeyword("ProjectStartedPrefixForTopLevelProjectWithTargetNames", projectFilePath, TargetNames!);
Microsoft.DotNet.ArcadeLogging (3)
PipelinesLogger.cs (3)
240if (_ignoredTargets.Contains(e.TargetNames)) 309string targetNamesQualifier = string.IsNullOrEmpty(e.TargetNames) ? string.Empty : $" ({e.TargetNames})";