3 references to InExpressionTree
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_InterpolatedString.cs (2)
276if (InExpressionTree || !InterpolatedStringPartsAreValidInDefaultHandler(unconvertedInterpolatedString)) 307if (InExpressionTree)
BoundTree\UnboundLambda.cs (1)
599bool inExpressionTree = Binder.InExpressionTree || isTargetExpressionTree;