3 references to GetCallStackBehavior
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitExpression.cs (3)
1664
int stackBehavior =
GetCallStackBehavior
(method, arguments);
1995
int stackBehavior =
GetCallStackBehavior
(method, arguments);
4031
var stackBehavior =
GetCallStackBehavior
(ptrInvocation.FunctionPointer.Signature, ptrInvocation.Arguments);