2 references to GetEnumerator
Microsoft.Extensions.AI.Abstractions (2)
AdditionalPropertiesDictionary{TValue}.cs (2)
134
IEnumerator<KeyValuePair<string, TValue>> IEnumerable<KeyValuePair<string, TValue>>.GetEnumerator() =>
GetEnumerator
();
137
IEnumerator IEnumerable.GetEnumerator() =>
GetEnumerator
();