4 references to _projectsByInstanceId
Microsoft.Build (4)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (4)
568if (_projectsByInstanceId.TryGetValue(buildEventContext.ProjectInstanceId, out string? val)) 574else if (_projectsByInstanceId.Count == 1) 576projectFullPath = _projectsByInstanceId.FirstOrDefault().Value; 646_projectsByInstanceId[buildEventContext.ProjectInstanceId] = projectFullPath;