3 references to ChangeParseOptions
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
1720if (!CanApplyChange(ApplyChangesKind.ChangeParseOptions) && 1840/// This method is only called if <see cref="CanApplyChange" /> returns false for <see cref="ApplyChangesKind.ChangeParseOptions"/>. 2103Debug.Assert(CanApplyChange(ApplyChangesKind.ChangeParseOptions) ||