15 references to TimeZoneNotFoundException
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
278throw new TimeZoneNotFoundException();
Microsoft.AspNetCore.Components.Tests (4)
ComponentBaseTest.cs (4)
406var expected = new TimeZoneNotFoundException(); 422var expected = new TimeZoneNotFoundException(); 438var expected = new TimeZoneNotFoundException(); 454var expected = new TimeZoneNotFoundException();
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
331throw new TimeZoneNotFoundException();
Infrastructure\AsyncEnumerableReaderTest.cs (1)
271throw new TimeZoneNotFoundException();
Infrastructure\SystemTextJsonResultExecutorTest.cs (1)
56throw new TimeZoneNotFoundException();
ModelBinding\FormFileValueProviderFactoryTest.cs (1)
92var exception = new TimeZoneNotFoundException();
ModelBinding\FormValueProviderFactoryTest.cs (1)
80var exception = new TimeZoneNotFoundException();
ModelBinding\JQueryFormValueProviderFactoryTest.cs (1)
165var exception = new TimeZoneNotFoundException();
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
src\Mvc\Mvc.Core\test\Infrastructure\AsyncEnumerableReaderTest.cs (1)
271throw new TimeZoneNotFoundException();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
CachedExpressionCompilerTest.cs (2)
968throw new TimeZoneNotFoundException(); 995throw new TimeZoneNotFoundException();
Filters\SaveTempDataFilterTest.cs (1)
419throw new TimeZoneNotFoundException();