4 references to RemoveSolutionAnalyzerReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1637
if (!CanApplyChange(ApplyChangesKind.
RemoveSolutionAnalyzerReference
) && solutionChanges.GetRemovedAnalyzerReferences().Any())
2166
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveSolutionAnalyzerReference
));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
364
case ApplyChangesKind.
RemoveSolutionAnalyzerReference
:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
431
case ApplyChangesKind.
RemoveSolutionAnalyzerReference
: