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