7 references to _0_is_not_part_of_the_workspace
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\Solution.cs (1)
1199
=> _state.GetProjectState(projectId) ?? throw new InvalidOperationException(string.Format(WorkspacesResources.
_0_is_not_part_of_the_workspace
, projectId));
Workspace\Solution\SolutionState.cs (1)
1180
throw new InvalidOperationException(string.Format(WorkspacesResources.
_0_is_not_part_of_the_workspace
, documentIdsInProject.Key));
Workspace\Workspace.cs (4)
2068
WorkspacesResources.
_0_is_not_part_of_the_workspace
,
2206
WorkspacesResources.
_0_is_not_part_of_the_workspace
,
2222
WorkspacesResources.
_0_is_not_part_of_the_workspace
,
2238
WorkspacesResources.
_0_is_not_part_of_the_workspace
,
Microsoft.VisualStudio.LanguageServices.Implementation (1)
RoslynVisualStudioWorkspace.cs (1)
66
throw new InvalidOperationException(string.Format(WorkspacesResources.
_0_is_not_part_of_the_workspace
, documentId));