5 references to _buildEventContextMap
Microsoft.DotNet.ArcadeLogging (5)
PipelinesLogger.cs (5)
84
var parentId =
_buildEventContextMap
.TryGetValue(buildEventContext, out var guid)
207
if (!
_buildEventContextMap
.TryGetValue(e.BuildEventContext, out var parentId))
223
if (!
_buildEventContextMap
.TryGetValue(e.BuildEventContext, out Guid projectId) ||
250
var parentId =
_buildEventContextMap
.TryGetValue(e.ParentProjectBuildEventContext, out var guid)
256
_buildEventContextMap
[e.BuildEventContext] = projectInfo.Id;