2 references to ReportDiagnosticsIfUnsafeMemberAccess
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5405
builder.
ReportDiagnosticsIfUnsafeMemberAccess
(@this, syntax.OperatorToken, syntax, diagnostics);
Binder\ForEachLoopBinder.cs (1)
478
builder.
ReportDiagnosticsIfUnsafeMemberAccess
(this, foreachKeyword, _syntax, diagnostics);