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