12 references to ERR_UnsafeOperation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Unsafe.cs (1)
130
?? new CSDiagnosticInfo(customErrorCode ?? ErrorCode.
ERR_UnsafeOperation
, customArgs ?? []);
Errors\ErrorFacts.cs (1)
2573
or ErrorCode.
ERR_UnsafeOperation
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (10)
UnsafeEvolutionTests.cs (10)
1047
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(2, 9),
1102
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(7, 17),
1220
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "->").WithLocation(2, 13),
1319
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(2, 13),
1392
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(2, 2),
1395
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(3, 10),
1842
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "x()").WithLocation(2, 12),
1912
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "x()").WithLocation(3, 12),
2411
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(3, 12),
6238
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "c.F()").WithLocation(2, 12));