3 references to GetContextKey
Microsoft.NET.ProjectData.Tasks (3)
ProjectDataBuildCompletionLogger.cs (3)
195
string contextKey =
GetContextKey
(projectStarted.BuildEventContext);
219
string contextKey =
GetContextKey
(evaluationStarted.BuildEventContext);
256
else if (this.projectByContext.TryGetValue(
GetContextKey
(context), out string? contextProjectFile))