3 references to GetValEscape
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (3)
4614return GetValEscape(colExpr.Initializers, localScopeDepth); 4618return GetValEscape(colElement.Arguments, localScopeDepth); 4658return GetValEscape(switchExpr.SwitchArms.SelectAsArray(a => a.Value), localScopeDepth);