1 write to attemptId
Microsoft.NET.ProjectData.Tasks (1)
ProjectDataBuildCompletionLogger.cs (1)
63 if (!TryParseParameters(this.Parameters, out this.receiptDirectory, out this.attemptId))
3 references to attemptId
Microsoft.NET.ProjectData.Tasks (3)
ProjectDataBuildCompletionLogger.cs (3)
339 Console.Error.WriteLine(ProjectDataBuildDiagnosticProtocol.Encode(this.attemptId, diagnostic)); 380 AttemptId = this.attemptId, 395 ProjectDataBuildReceipt.WriteAggregateCompletion(this.receiptDirectory, this.attemptId);