5 references to WRN_AssignmentToSelf
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
286
case ErrorCode.
WRN_AssignmentToSelf
:
1372
or ErrorCode.
WRN_AssignmentToSelf
Generated\ErrorFacts.Generated.cs (1)
107
case ErrorCode.
WRN_AssignmentToSelf
:
Lowering\DiagnosticsPass_Warnings.cs (2)
880
Error(ErrorCode.
WRN_AssignmentToSelf
, node);
924
Error(ErrorCode.
WRN_AssignmentToSelf
, leftArgument);