5 references to _buildEventContextMap
Microsoft.DotNet.ArcadeLogging (5)
PipelinesLogger.cs (5)
81
var parentId =
_buildEventContextMap
.TryGetValue(buildEventContext, out var guid)
204
if (!
_buildEventContextMap
.TryGetValue(e.BuildEventContext, out var parentId))
220
if (!
_buildEventContextMap
.TryGetValue(e.BuildEventContext, out Guid projectId) ||
247
var parentId =
_buildEventContextMap
.TryGetValue(e.ParentProjectBuildEventContext, out var guid)
253
_buildEventContextMap
[e.BuildEventContext] = projectInfo.Id;