2 references to CtorWithStringAndExceptionParameters
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.cs (1)
122
ReportDiagnostic(symbolContext, namedTypeSymbol, MissingCtorSignature.
CtorWithStringAndExceptionParameters
, GetConstructorSignatureStringAndExceptionTypeParameter(namedTypeSymbol));
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.Fixer.cs (1)
95
case ImplementStandardExceptionConstructorsAnalyzer.MissingCtorSignature.
CtorWithStringAndExceptionParameters
: