4 references to GetValEscape
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (4)
3761
return
GetValEscape
(colExpr.Initializers, scopeOfTheContainingExpression);
3765
return
GetValEscape
(colElement.Arguments, scopeOfTheContainingExpression);
3805
return
GetValEscape
(switchExpr.SwitchArms.SelectAsArray(a => a.Value), scopeOfTheContainingExpression);
3842
result = Math.Max(result,
GetValEscape
(left.Arguments, scopeOfTheContainingExpression));