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