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