18 references to GetEnumerator
Microsoft.Build (6)
Collections\CopyOnWritePropertyDictionary.cs (3)
141
public ImmutableDictionary<string, T>.Enumerator GetEnumerator() => _backing.
GetEnumerator
();
323
return _backing.
GetEnumerator
();
401
_dictionaryEnumerator = dictionary._backing.
GetEnumerator
();
CopyOnWriteDictionary.cs (3)
303
return _backing.
GetEnumerator
();
308
ImmutableDictionary<string, V>.Enumerator enumerator = _backing.
GetEnumerator
();
309
return _backing.
GetEnumerator
();
Microsoft.Build.Tasks.Core (3)
CopyOnWriteDictionary.cs (3)
303
return _backing.
GetEnumerator
();
308
ImmutableDictionary<string, V>.Enumerator enumerator = _backing.
GetEnumerator
();
309
return _backing.
GetEnumerator
();
Microsoft.Build.Utilities.Core (3)
CopyOnWriteDictionary.cs (3)
303
return _backing.
GetEnumerator
();
308
ImmutableDictionary<string, V>.Enumerator enumerator = _backing.
GetEnumerator
();
309
return _backing.
GetEnumerator
();
MSBuild (3)
CopyOnWriteDictionary.cs (3)
303
return _backing.
GetEnumerator
();
308
ImmutableDictionary<string, V>.Enumerator enumerator = _backing.
GetEnumerator
();
309
return _backing.
GetEnumerator
();
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
715
return new DictionaryEnumerator<TKey, TValue>(this.
GetEnumerator
());
810
this.
GetEnumerator
();
825
return this.
GetEnumerator
();