3 references to ReportUnsafeIfNotAllowed
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
2420ReportUnsafeIfNotAllowed(syntax.Location, diagnostics);
Binder\Binder_Expressions.cs (1)
5017hasErrors = ReportUnsafeIfNotAllowed(errorLocation, diagnostics);
BoundTree\UnboundLambda.cs (1)
945this.Binder.ReportUnsafeIfNotAllowed(this.ParameterLocation(i), diagnostics);