4 references to HasSdkCodeStyleAnalyzers
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.HostAnalyzerInfo.cs (2)
23
var key = new HostAnalyzerInfoKey(project.Language, project.
HasSdkCodeStyleAnalyzers
, solution.Analyzers.HostAnalyzerReferences);
72
if (project.
HasSdkCodeStyleAnalyzers
)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
425
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()));