4 references to System_Action
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
823
return (invokeArgumentCount <= WellKnownType.System_Action_TMax - WellKnownType.
System_Action
) ?
824
(WellKnownType)((int)WellKnownType.
System_Action
+ invokeArgumentCount) :
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NameOfTests.cs (1)
1208
var actionInvoke = comp.GetWellKnownType(WellKnownType.
System_Action
).GetMember("Invoke");
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
792
WellKnownType.
System_Action
,