4 references to HasSdkCodeStyleAnalyzers
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (2)
86
var key = new HostAnalyzerInfoKey(project.Language, project.State.
HasSdkCodeStyleAnalyzers
, solution.SolutionState.Analyzers.HostAnalyzerReferences);
172
if (project.State.
HasSdkCodeStyleAnalyzers
)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
428
return project.State.
HasSdkCodeStyleAnalyzers
&& reference.IsFeaturesAnalyzer();
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
760
=> (hasSdkCodeStyleAnalyzers ==
HasSdkCodeStyleAnalyzers
) ? this : WithNewerAttributes(Attributes.With(hasSdkCodeStyleAnalyzers: hasSdkCodeStyleAnalyzers, version: Version.GetNewerVersion()));