13 references to WRN_HidingDifferentRefness
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
559case ErrorCode.WRN_HidingDifferentRefness: 2414or ErrorCode.WRN_HidingDifferentRefness
Generated\ErrorFacts.Generated.cs (1)
332case ErrorCode.WRN_HidingDifferentRefness:
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1641diagnostics.Add(ErrorCode.WRN_HidingDifferentRefness, location, hidingParameter, hiddenParameter);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
RefReadonlyParameterTests.cs (8)
6225Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 17), 6261Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 21), 6316Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9), 6319Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9), 6371Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9), 6374Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9), 6413Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "M").WithArguments("in int x", "ref readonly int x").WithLocation(7, 17), 6449Diagnostic(ErrorCode.WRN_HidingDifferentRefness, "M").WithArguments("in int x", "ref readonly int x").WithLocation(7, 21),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
321case ErrorCode.WRN_HidingDifferentRefness: