5 references to InExpressionTree
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_InterpolatedString.cs (4)
279if (InExpressionTree || !InterpolatedStringPartsAreValidInDefaultHandler(unconvertedInterpolatedString)) 302if (InExpressionTree || 351disallowExpandedNonArrayParams: InExpressionTree); 445if (InExpressionTree)
BoundTree\UnboundLambda.cs (1)
599bool inExpressionTree = Binder.InExpressionTree || isTargetExpressionTree;