11 references to Func
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
1166
Func
<TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TRet> func,
Microsoft.ML.Data (1)
DataView\LambdaColumnMapper.cs (1)
72
Func
<IHostEnvironment, string, IDataView, Column, DataViewType, ValueMapper<int, int>,
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
1446
Dim c As CallSite(Of
Func
(Of CallSite, Object, Object, Object, Object, Object, Object, Object, Object, Object)) =
1447
CallSite(Of
Func
(Of CallSite, Object, Object, Object, Object, Object, Object, Object, Object, Object)).Create(action)
netstandard (1)
netstandard.cs (1)
795
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Func
<,,,,,,,,,>))]
System.Core (1)
System.Core.cs (1)
85
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Func
<,,,,,,,,,>))]
System.Linq.Expressions (4)
System\Dynamic\UpdateDelegates.Generated.cs (3)
1041
var @this = (CallSite<
Func
<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, TRet>>)site;
1042
Func
<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, TRet>[] applicable;
1043
Func
<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, TRet> rule, originalRule = @this.Target;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
211
return typeof(
Func
<,,,,,,,,,>).MakeGenericType(types);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
193
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Func
<,,,,,,,,,>))]