3 references to IExampleService
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsModelValidatorTest.cs (3)
399var service = new Mock<IExampleService>(); 412var receivedService = context.GetService<IExampleService>();