2 references to CreateIfFeatureEnabled
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundMethodGroup.cs (1)
30
return FunctionTypeSymbol.
CreateIfFeatureEnabled
(syntax, binder, static (binder, expr) => binder.GetMethodGroupDelegateType((BoundMethodGroup)expr));
BoundTree\UnboundLambda.cs (1)
411
var functionType = FunctionTypeSymbol.
CreateIfFeatureEnabled
(syntax, binder, static (binder, expr) => ((UnboundLambda)expr).Data.InferDelegateType());