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