12 references to DoNotReturnValueFromRequestDelegate
Microsoft.AspNetCore.App.Analyzers (2)
Http\RequestDelegateReturnTypeAnalyzer.cs (2)
17public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate); 79DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate,
Microsoft.AspNetCore.App.Analyzers.Test (10)
Http\RequestDelegateReturnTypeAnalyzerTests.cs (10)
65new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 84new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 107new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 123new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 143new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 164new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 185new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 213new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 241new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate) 333new DiagnosticResult(DiagnosticDescriptors.DoNotReturnValueFromRequestDelegate)