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