4 references to ProjectImportArchive
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (1)
517
streamToEmbed => eventArgsWriter.WriteBlob(BinaryLogRecordKind.
ProjectImportArchive
, streamToEmbed),
Logging\BinaryLogger\BuildEventArgsReader.cs (3)
362
else if (recordKind == BinaryLogRecordKind.
ProjectImportArchive
)
379
|| recordKind == BinaryLogRecordKind.
ProjectImportArchive
;
385
|| recordKind == BinaryLogRecordKind.
ProjectImportArchive
;