13 references to System_Func_T
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
750return (invokeArgumentCount <= WellKnownType.System_Func_TMax - WellKnownType.System_Func_T) ? 751(WellKnownType)((int)WellKnownType.System_Func_T + invokeArgumentCount) :
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\DelegateTypeTests.cs (2)
11437var funcOfT = comp.GetWellKnownType(WellKnownType.System_Func_T); 12255var 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)
761WellKnownType.System_Func_T,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\GetSemanticInfoTests.vb (4)
5722Dim otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)) 5737Dim otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)) 5829Dim typeFuncB = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeB) 5881Dim typeFuncC = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeC)