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