9 references to System_Func_T
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
860return (invokeArgumentCount <= WellKnownType.System_Func_TMax - WellKnownType.System_Func_T) ? 861(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)
5535var otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)); 5549var otherFuncType = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(comp.GetSpecialType(SpecialType.System_Int32)); 5635var typeFuncB = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeB); 5682var typeFuncC = comp.GetWellKnownType(WellKnownType.System_Func_T).Construct(typeC);
Symbols\MissingSpecialMember.cs (1)
797WellKnownType.System_Func_T,