6 references to System_Action
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
760
return (invokeArgumentCount <= WellKnownType.System_Action_TMax - WellKnownType.
System_Action
) ?
761
(WellKnownType)((int)WellKnownType.
System_Action
+ invokeArgumentCount) :
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
ExpressionCompilerTests.cs (2)
5155
var actionType = context.Compilation.GetWellKnownType(WellKnownType.
System_Action
);
5288
var actionType = context.Compilation.GetWellKnownType(WellKnownType.
System_Action
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
779
WellKnownType.
System_Action
,
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Metadata\WinMdEventTest.vb (1)
1563
Dim actionType = comp.GetWellKnownType(WellKnownType.
System_Action
)