9 references to System_Func_T
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
813
return (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)
14847
var funcOfT = comp.GetWellKnownType(WellKnownType.
System_Func_T
);
15665
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)
774
WellKnownType.
System_Func_T
,