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