4 references to CollectionExtensions
mscorlib (1)
mscorlib.cs (1)
53
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.
CollectionExtensions
))]
netstandard (1)
netstandard.cs (1)
105
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.
CollectionExtensions
))]
System.Collections (1)
artifacts\obj\System.Collections\Debug\net10.0\System.Collections.Forwards.cs (1)
4
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.
CollectionExtensions
))]
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1063
/// A helper class containing APIs exposed through <see cref="CollectionsMarshal"/> or <see cref="
CollectionExtensions
"/>.