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