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