2 references to RuleNoArguments
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.cs (2)
59
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
RuleNoArguments
, RuleIncorrectMessage, RuleIncorrectParameterName);
102
context.ReportDiagnostic(context.Operation.Syntax.CreateDiagnostic(
RuleNoArguments
, creation.Type.Name));