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