4 references to RemoveSolutionAnalyzerReference
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
303
case ApplyChangesKind.
RemoveSolutionAnalyzerReference
:
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1387
if (!CanApplyChange(ApplyChangesKind.
RemoveSolutionAnalyzerReference
) && solutionChanges.GetRemovedAnalyzerReferences().Any())
1926
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveSolutionAnalyzerReference
));
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
439
case ApplyChangesKind.
RemoveSolutionAnalyzerReference
: