13 references to WRN_HidingDifferentRefness
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
560
case ErrorCode.
WRN_HidingDifferentRefness
:
2415
or ErrorCode.
WRN_HidingDifferentRefness
Generated\ErrorFacts.Generated.cs (1)
333
case ErrorCode.
WRN_HidingDifferentRefness
:
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1641
diagnostics.Add(ErrorCode.
WRN_HidingDifferentRefness
, location, hidingParameter, hiddenParameter);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
RefReadonlyParameterTests.cs (8)
6198
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 17),
6234
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 21),
6289
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9),
6292
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9),
6344
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9),
6347
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9),
6386
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("in int x", "ref readonly int x").WithLocation(7, 17),
6422
Diagnostic(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)
321
case ErrorCode.
WRN_HidingDifferentRefness
: