1 write to ElementKeys
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
40
ElementKeys
= elementKeys;
2 references to ElementKeys
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
55
return new Enumerator(metadata.ElementMetadata!, key,
ElementKeys
, enumerator);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\CollectionModelBinderTest.cs (1)
37
Assert.Equal(new[] { "foo", "bar", "baz" }, strategy.
ElementKeys
);