1 write to RunAnalyzers
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
540
RunAnalyzers
= runAnalyzers;
7 references to RunAnalyzers
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
345
if (project.State.ProjectInfo.Attributes.
RunAnalyzers
!= newProjectAttributes.
RunAnalyzers
)
347
project = project.Solution.WithRunAnalyzers(projectId, newProjectAttributes.
RunAnalyzers
).GetProject(projectId)!;
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectInfo.cs (4)
108
internal bool RunAnalyzers => Attributes.
RunAnalyzers
;
572
var newRunAnalyzers = runAnalyzers.HasValue ? runAnalyzers.Value :
RunAnalyzers
;
587
newRunAnalyzers ==
RunAnalyzers
&&
631
writer.WriteBoolean(
RunAnalyzers
);