13 references to System_Func_T
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
750
return (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)
11437
var funcOfT = comp.GetWellKnownType(WellKnownType.
System_Func_T
);
12255
var funcOfT = comp.GetWellKnownType(WellKnownType.
System_Func_T
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\GetSemanticInfoTests.cs (4)
5523
var otherFuncType = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5537
var otherFuncType = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5623
var typeFuncB = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(typeB);
5670
var typeFuncC = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(typeC);
Symbols\MissingSpecialMember.cs (1)
761
WellKnownType.
System_Func_T
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\GetSemanticInfoTests.vb (4)
5722
Dim otherFuncType = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32))
5737
Dim otherFuncType = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32))
5829
Dim typeFuncB = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(typeB)
5881
Dim typeFuncC = comp.GetWellKnownType(WellKnownType.
System_Func_T
).Construct(typeC)