2 references to TestViewLocalizer
Microsoft.AspNetCore.Mvc.Localization.Test (2)
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
40collection.Add(ServiceDescriptor.Transient(typeof(IViewLocalizer), typeof(TestViewLocalizer))); 48AssertContainsSingle(collection, typeof(IViewLocalizer), typeof(TestViewLocalizer));