1 instantiation of TwiceEnumerable
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\DefaultCollectionValidationStrategyTest.cs (1)
89
var model = new
TwiceEnumerable
(new int[] { 2, 3, 5 });
2 references to TwiceEnumerable
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Validation\DefaultCollectionValidationStrategyTest.cs (2)
89
var
model = new TwiceEnumerable(new int[] { 2, 3, 5 });
91
var metadata = TestModelMetadataProvider.CreateDefaultProvider().GetMetadataForType(typeof(
TwiceEnumerable
));