4 references to ChangeAnalyzerConfigDocument
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1751
if (!CanApplyChange(ApplyChangesKind.
ChangeAnalyzerConfigDocument
) && projectChanges.GetChangedAnalyzerConfigDocuments().Any())
2276
Debug.Assert(CanApplyChange(ApplyChangesKind.
ChangeAnalyzerConfigDocument
));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
369
case ApplyChangesKind.
ChangeAnalyzerConfigDocument
:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
429
case ApplyChangesKind.
ChangeAnalyzerConfigDocument
: