3 references to CheckValEscape
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (3)
4251
return
CheckValEscape
(colExpr.Initializers, escapeFrom, escapeTo, diagnostics);
4257
return
CheckValEscape
(colElement.Arguments, escapeFrom, escapeTo, diagnostics);
4451
if (!
CheckValEscape
(left.Arguments, escapeFrom, escapeTo, diagnostics: diagnostics))