4 references to ChangeAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
308
case ApplyChangesKind.
ChangeAnalyzerConfigDocument
:
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1501
if (!CanApplyChange(ApplyChangesKind.
ChangeAnalyzerConfigDocument
) && projectChanges.GetChangedAnalyzerConfigDocuments().Any())
2036
Debug.Assert(CanApplyChange(ApplyChangesKind.
ChangeAnalyzerConfigDocument
));
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
437
case ApplyChangesKind.
ChangeAnalyzerConfigDocument
: