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