2 references to DoSomething
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (2)
580
service.Setup(x => x.
DoSomething
()).Verifiable();
601
receivedService.
DoSomething
();