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