4 references to RemoveAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
299
case ApplyChangesKind.
RemoveAnalyzerConfigDocument
:
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1496
if (!CanApplyChange(ApplyChangesKind.
RemoveAnalyzerConfigDocument
) && projectChanges.GetRemovedAnalyzerConfigDocuments().Any())
2025
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveAnalyzerConfigDocument
));
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
436
case ApplyChangesKind.
RemoveAnalyzerConfigDocument
: