5 references to CollectionExtensions
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\ListExtensions.cs (1)
56
CollectionExtensions
.CopyTo(list, destination);
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)
src\runtime\artifacts\obj\System.Collections\Release\net11.0\System.Collections.Forwards.cs (1)
4
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.
CollectionExtensions
))]
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1064
/// A helper class containing APIs exposed through <see cref="CollectionsMarshal"/> or <see cref="
CollectionExtensions
"/>.