3 references to SymbolApiResponseMetadataProvider
Microsoft.AspNetCore.Mvc.Api.Analyzers (3)
AddResponseTypeAttributeCodeFixAction.cs (2)
55
var declaredResponseMetadata =
SymbolApiResponseMetadataProvider
.GetDeclaredResponseMetadata(context.SymbolCache, context.Method);
56
var errorResponseType =
SymbolApiResponseMetadataProvider
.GetErrorResponseType(context.SymbolCache, context.Method);
ApiConventionAnalyzer.cs (1)
47
var declaredResponseMetadata =
SymbolApiResponseMetadataProvider
.GetDeclaredResponseMetadata(symbolCache, method);