3 instantiations of ProjectDataDonorSelection
Microsoft.NET.ProjectData (3)
Donor\ProjectDataDonorIndex.Selection.cs (3)
279
return new
ProjectDataDonorSelection
(rankedCandidates);
310
return new
ProjectDataDonorSelection
(freshnessCandidates);
393
public static ProjectDataDonorSelection Empty { get; } =
new
([]);
13 references to ProjectDataDonorSelection
Microsoft.NET.ProjectData (13)
Donor\ProjectDataDonorIndex.Reader.cs (1)
68
ProjectDataDonorSelection
selection = GetSelection(indexPath, workspaceRoot, options, gitQueryContext);
Donor\ProjectDataDonorIndex.Selection.cs (12)
12
private static
ProjectDataDonorSelection
GetSelection(
21
return
ProjectDataDonorSelection
.Empty;
66
return
ProjectDataDonorSelection
.Empty;
70
return
ProjectDataDonorSelection
.Empty;
75
return
ProjectDataDonorSelection
.Empty;
88
return
ProjectDataDonorSelection
.Empty;
102
ProjectDataDonorSelection
selection = CreateSelection(
227
private static
ProjectDataDonorSelection
CreateSelection(
291
private static
ProjectDataDonorSelection
CreateFreshnessSelection(
393
public static
ProjectDataDonorSelection
Empty { get; } = new([]);
432
ProjectDataDonorSelection
selection,
435
public
ProjectDataDonorSelection
Selection { get; } = selection;