2 references to Changing_parse_options_is_not_supported
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
1756
throw new NotSupportedException(WorkspacesResources.
Changing_parse_options_is_not_supported
);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\TryApplyChangesTests.cs (1)
157
Assert.Equal(WorkspacesResources.
Changing_parse_options_is_not_supported
, exception.Message);