3 references to GetFunctionType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
129else if (sourceExpression.GetFunctionType() is { } sourceFunctionType)
BoundTree\BoundExpressionExtensions.cs (2)
121var delegateType = expr.GetFunctionType()?.GetInternalDelegateType(); 132return expr.GetFunctionType();