3 references to EmbedInBinlog
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (1)
1428
string.Equals(taskParameterEventArgs.ItemType, ItemTypeNames.
EmbedInBinlog
, StringComparison.OrdinalIgnoreCase) &&
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1083
!string.Equals(itemType, ItemTypeNames.
EmbedInBinlog
, StringComparison.OrdinalIgnoreCase) ||
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
191
internal const string EmbedInBinlog = nameof(
EmbedInBinlog
);