7 references to FormatterResolver
SocialWeather (7)
PersistentConnectionLifeTimeManager.cs (2)
12
private readonly
FormatterResolver
_formatterResolver;
15
public PersistentConnectionLifeTimeManager(
FormatterResolver
formatterResolver)
SocialWeatherConnectionHandler.cs (2)
12
private readonly
FormatterResolver
_formatterResolver;
16
FormatterResolver
formatterResolver, ILogger<SocialWeatherConnectionHandler> logger)
Startup.cs (3)
19
services.AddSingleton<
FormatterResolver
>();
38
var
formatterResolver = app.ApplicationServices.GetRequiredService<
FormatterResolver
>();