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