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