1 instantiation of KeyEnumerable
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
142public KeyEnumerable Keys => new KeyEnumerable(this);
5 references to KeyEnumerable
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\ModelStateDictionary.cs (3)
142public KeyEnumerable Keys => new KeyEnumerable(this); 1117/// Initializes a new instance of <see cref="KeyEnumerable"/>. 1141/// Initializes a new instance of <see cref="KeyEnumerable"/>.
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
ModelBinding\ModelStateDictionaryTest.cs (2)
1482var keys = dictionary.Keys; 1502var keys = dictionary.Keys;