3 references to IExampleService
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (3)
579var service = new Mock<IExampleService>(); 599var receivedService = context.GetService<IExampleService>();