1 write to Formatter
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
326Formatter = (IOutputFormatter)responseTypeMetadataProvider,
9 references to Formatter
ApiExplorerWebSite (1)
ApiExplorerDataFilter.cs (1)
108FormatterType = responseFormat.Formatter?.GetType().FullName,
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (8)
ApiResponseTypeProviderTest.cs (5)
47Assert.IsType<TestOutputFormatter>(format.Formatter); 112Assert.IsType<TestOutputFormatter>(format.Formatter); 125Assert.IsType<TestOutputFormatter>(format.Formatter); 170Assert.IsType<TestOutputFormatter>(format.Formatter); 703Assert.Null(format.Formatter);
DefaultApiDescriptionProviderTest.cs (1)
1203Assert.Same(formatters[0], apiResponseFormat.Formatter);
EndpointMetadataApiDescriptionProviderTest.cs (2)
144Assert.Null(responseFormat.Formatter); 163Assert.Null(responseFormat.Formatter);