13 references to WRN_HidingDifferentRefness
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
559
case ErrorCode.
WRN_HidingDifferentRefness
:
2414
or ErrorCode.
WRN_HidingDifferentRefness
Generated\ErrorFacts.Generated.cs (1)
332
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)
6225
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 17),
6261
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("ref readonly int x", "in int x").WithLocation(7, 21),
6316
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9),
6319
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9),
6371
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "get").WithArguments("ref readonly int x", "in int x").WithLocation(17, 9),
6374
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "set").WithArguments("ref readonly int x", "in int x").WithLocation(22, 9),
6413
Diagnostic(ErrorCode.
WRN_HidingDifferentRefness
, "M").WithArguments("in int x", "ref readonly int x").WithLocation(7, 17),
6449
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
: