1 instantiation of ProjectDataDonorSelectionResult
Microsoft.NET.ProjectData (1)
Donor\ProjectDataDonorIndex.Selection.cs (1)
108
return new
ProjectDataDonorSelectionResult
(selection, gitQueryContext.WasCancelled);
5 references to ProjectDataDonorSelectionResult
Microsoft.NET.ProjectData (5)
Donor\ProjectDataDonorIndex.Selection.cs (5)
42
ProjectDataDonorSelectionResult
cachedResult = cached.Selection.Value;
99
new Lazy<
ProjectDataDonorSelectionResult
>(
116
ProjectDataDonorSelectionResult
result = created.Selection.Value;
407
Lazy<
ProjectDataDonorSelectionResult
> selection)
414
public Lazy<
ProjectDataDonorSelectionResult
> Selection { get; }