2 references to CreateStatusCodeSyntax
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (2)
204
var statusCodeSyntax =
CreateStatusCodeSyntax
(context, statusCode, out addUsingDirective);
217
var statusCodeSyntax =
CreateStatusCodeSyntax
(context, statusCode, out addUsingDirective);