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