2 references to InstantiateArgumentExceptionsCorrectlyAnalyzer
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (2)
30
public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(
InstantiateArgumentExceptionsCorrectlyAnalyzer
.RuleId);
122
if (diagnostic.Properties.GetValueOrDefault(
InstantiateArgumentExceptionsCorrectlyAnalyzer
.MessagePosition) is not string paramPositionString ||