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