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