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