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