5 references to GetErrorResponseType
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
AddResponseTypeAttributeCodeFixAction.cs (1)
56var errorResponseType = SymbolApiResponseMetadataProvider.GetErrorResponseType(context.SymbolCache, context.Method);
Mvc.Api.Analyzers.Test (4)
SymbolApiResponseMetadataProviderTest.cs (4)
412var result = SymbolApiResponseMetadataProvider.GetErrorResponseType(symbolCache, method); 430var result = SymbolApiResponseMetadataProvider.GetErrorResponseType(symbolCache, method); 448var result = SymbolApiResponseMetadataProvider.GetErrorResponseType(symbolCache, method); 466var result = SymbolApiResponseMetadataProvider.GetErrorResponseType(symbolCache, method);