3 references to SolutionState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\AssetPath.cs (3)
22
public static readonly AssetPath FullLookupForTesting = AssetPathKind.SolutionCompilationState | AssetPathKind.
SolutionState
| AssetPathKind.Projects | AssetPathKind.Documents;
57
public bool IncludeSolutionState => (_kind & AssetPathKind.
SolutionState
) != 0;
100
=> new(AssetPathKind.SolutionCompilationState | AssetPathKind.
SolutionState
| AssetPathKind.Projects, projectId);