4 references to RemoveAnalyzerConfigDocument
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1746
if (!CanApplyChange(ApplyChangesKind.
RemoveAnalyzerConfigDocument
) && projectChanges.GetRemovedAnalyzerConfigDocuments().Any())
2265
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveAnalyzerConfigDocument
));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
360
case ApplyChangesKind.
RemoveAnalyzerConfigDocument
:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
428
case ApplyChangesKind.
RemoveAnalyzerConfigDocument
: