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