5 references to WRN_AssignmentToSelf
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
278
case ErrorCode.
WRN_AssignmentToSelf
:
1352
or ErrorCode.
WRN_AssignmentToSelf
Generated\ErrorFacts.Generated.cs (1)
107
case ErrorCode.
WRN_AssignmentToSelf
:
Lowering\DiagnosticsPass_Warnings.cs (2)
881
Error(ErrorCode.
WRN_AssignmentToSelf
, node);
925
Error(ErrorCode.
WRN_AssignmentToSelf
, leftArgument);