5 references to ChangeParseOptions
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
1434if (!CanApplyChange(ApplyChangesKind.ChangeParseOptions) && 1554/// This method is only called if <see cref="CanApplyChange" /> returns false for <see cref="ApplyChangesKind.ChangeParseOptions"/>. 1836Debug.Assert(CanApplyChange(ApplyChangesKind.ChangeParseOptions) ||
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\TryApplyChangesTests.cs (1)
117allowedKinds: new[] { ApplyChangesKind.ChangeParseOptions },
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
433case ApplyChangesKind.ChangeParseOptions: