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