2 references to OutputItemParameterMessagePrefix
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
374
TaskParameterMessageKind.TaskOutput => args.PropertyName is null ?
OutputItemParameterMessagePrefix
: OutputPropertyLogMessagePrefix,
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
248
_ = ItemGroupLoggingHelper.
OutputItemParameterMessagePrefix
;