5 references to ReportUnsafeIfNotAllowed
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
3048
&&
ReportUnsafeIfNotAllowed
(syntax, diagnostics))
Binder\Binder_Expressions.cs (2)
3654
ReportUnsafeIfNotAllowed
(argument.Syntax, diagnostics);
6810
hasError =
ReportUnsafeIfNotAllowed
(node, diagnostics) || hasError;
Binder\Binder_Invocation.cs (2)
1321
gotError =
ReportUnsafeIfNotAllowed
(node, diagnostics) || gotError;
2500
bool hasErrors =
ReportUnsafeIfNotAllowed
(node, diagnostics);