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