1 override of Helper
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpConstantExpectedAnalyzer.cs (1)
20
protected override DiagnosticHelper
Helper
=> s_diagnosticHelper;
1 reference to Helper
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
211
if (!constantExpectedContext.ValidateConstantExpectedParameter(parameter,
Helper
, out ImmutableArray<Diagnostic> diagnostics))