4 references to ReportUnsafeIfNotAllowed
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (2)
3672
ReportUnsafeIfNotAllowed
(argument.Syntax, diagnostics);
6757
hasError =
ReportUnsafeIfNotAllowed
(node, diagnostics) || hasError;
Binder\Binder_Invocation.cs (2)
1278
gotError =
ReportUnsafeIfNotAllowed
(node, diagnostics) || gotError;
2396
bool hasErrors =
ReportUnsafeIfNotAllowed
(node, diagnostics);