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