3 references to CreateHttpContext
Microsoft.Extensions.Validation.GeneratorTests (3)
ValidationsGenerator.Parameters.cs (1)
63var context = CreateHttpContext(serviceProvider);
ValidationsGenerator.SkipValidation.cs (1)
452var context = CreateHttpContext(serviceProvider);
ValidationsGeneratorTestBase.cs (1)
573var httpContext = CreateHttpContext(serviceProvider);