1 write to ProjectId
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\SolutionPreviewItem.cs (1)
30
ProjectId
= projectId;
5 references to ProjectId
Microsoft.CodeAnalysis.EditorFeatures (5)
Preview\SolutionPreviewItem.cs (1)
22
/// <param name="projectId"><see cref="
ProjectId
"/> for the <see cref="Project"/> that contains the content being visualized in the supplied <paramref name="lazyPreview"/></param>
Preview\SolutionPreviewResult.cs (4)
51
return i1.
ProjectId
== preferredProjectId && i2.
ProjectId
!= preferredProjectId ? -1 :
52
i1.
ProjectId
!= preferredProjectId && i2.
ProjectId
== preferredProjectId ? 1 :