2 references to CopyOnReadEnumerable
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
159
return new
CopyOnReadEnumerable
<T, TResult>(this, _itemLists, selector);
Collections\PropertyDictionary.cs (1)
220
return new
CopyOnReadEnumerable
<T, TResult>(this, _properties, selector);