8 references to AtMostOneFromBodyAttribute
Microsoft.AspNetCore.App.Analyzers (2)
RouteHandlers\AtMostOneFromBodyAttribute.cs (1)
55DiagnosticDescriptors.AtMostOneFromBodyAttribute,
RouteHandlers\RouteHandlerAnalyzer.cs (1)
31DiagnosticDescriptors.AtMostOneFromBodyAttribute
Microsoft.AspNetCore.App.Analyzers.Test (6)
RouteHandlers\AtMostOneFromBodyAttributeTest.cs (6)
66var expectedDiagnostic1 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(0); 67var expectedDiagnostic2 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(1); 99var expectedDiagnostic1 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(0); 100var expectedDiagnostic2 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(1); 135var expectedDiagnostic1 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(0); 136var expectedDiagnostic2 = new DiagnosticResult(DiagnosticDescriptors.AtMostOneFromBodyAttribute).WithLocation(1);