10 references to Func
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\ParameterHelpers.cs (3)
70var parameterCreationFunc = static (Binder context, Symbol owner, TypeWithAnnotations parameterType, 177Func<Binder, TOwningSymbol, TypeWithAnnotations, TParameterSyntax, RefKind, int, SyntaxToken, SyntaxToken, bool, ScopedKind, BindingDiagnosticBag, TParameterSymbol> parameterCreationFunc, 257Func<Binder, TOwningSymbol, TypeWithAnnotations, TParameterSyntax, RefKind, int, SyntaxToken, SyntaxToken, bool, ScopedKind, BindingDiagnosticBag, TParameterSymbol> parameterCreationFunc,
netstandard (1)
netstandard.cs (1)
797[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,>))]
System.Core (1)
System.Core.cs (1)
87[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,>))]
System.Linq.Expressions (4)
System\Dynamic\UpdateDelegates.Generated.cs (3)
1333var @this = (CallSite<Func<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>>)site; 1334Func<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>[] applicable; 1335Func<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet> rule, originalRule = @this.Target;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
215return typeof(Func<,,,,,,,,,,,>).MakeGenericType(types);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
195[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,>))]