14 references to ERR_UnsafeOperation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Unsafe.cs (1)
268
?? new CSDiagnosticInfo(customErrorCode ?? ErrorCode.
ERR_UnsafeOperation
, customArgs ?? []);
Errors\ErrorFacts.cs (1)
2574
or ErrorCode.
ERR_UnsafeOperation
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (12)
UnsafeEvolutionTests.cs (12)
1076
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(2, 9),
1133
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(7, 17),
1264
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "->").WithLocation(2, 13),
1371
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(2, 13),
1448
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(2, 2),
1451
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(3, 10),
1915
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "x()").WithLocation(2, 12),
1989
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "x()").WithLocation(3, 12),
2508
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "[").WithLocation(3, 12),
6938
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "c.F()").WithLocation(2, 12));
7008
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(4, 14),
7026
Diagnostic(ErrorCode.
ERR_UnsafeOperation
, "*").WithLocation(4, 14),