9 references to System_Func_T
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
813return (invokeArgumentCount <= WellKnownType.System_Func_TMax - WellKnownType.System_Func_T) ? 814(WellKnownType)((int)WellKnownType.System_Func_T + invokeArgumentCount) :
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\DelegateTypeTests.cs (2)
14847var funcOfT = comp.GetWellKnownType(WellKnownType.System_Func_T); 15665var funcOfT = comp.GetWellKnownType(WellKnownType.System_Func_T);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\GetSemanticInfoTests.cs (4)
5523var otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)); 5537var otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)); 5623var typeFuncB = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeB); 5670var typeFuncC = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeC);
Symbols\MissingSpecialMember.cs (1)
774WellKnownType.System_Func_T,