3 writes to RunAnalyzers
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProject.cs (1)
167
case "RunAnalyzers": _project.
RunAnalyzers
= bool.Parse(valueOrNull ?? bool.TrueString); break;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
137
ProjectSystemProject.
RunAnalyzers
= runAnayzers;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
160
_projectSystemProject.
RunAnalyzers
= boolValue;
1 reference to RunAnalyzers
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
469
var runAnalyzers =
RunAnalyzers
?? RunAnalyzersDuringLiveAnalysis ?? true;