4 references to Projects
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\AssetPath.cs (4)
22public static readonly AssetPath FullLookupForTesting = AssetPathKind.SolutionCompilationState | AssetPathKind.SolutionState | AssetPathKind.Projects | AssetPathKind.Documents; 58public bool IncludeProjects => (_kind & AssetPathKind.Projects) != 0; 87public static implicit operator AssetPath(ProjectId projectId) => new(AssetPathKind.Projects, projectId); 100=> new(AssetPathKind.SolutionCompilationState | AssetPathKind.SolutionState | AssetPathKind.Projects, projectId);