17 references to WRN_CapturedPrimaryConstructorParameterPassedToBase
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5053
diagnostics.Add(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, syntax.Location, parameter);
Errors\ErrorFacts.cs (2)
544
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
2349
or ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
Generated\ErrorFacts.Generated.cs (1)
315
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (12)
Semantics\PrimaryConstructorTests.cs (12)
8772
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(17, 50)
12454
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25)
12491
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
12494
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(10, 28)
12570
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 33),
12573
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(2, 40)
12625
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 30)
12693
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int[] p1").WithLocation(2, 27)
12784
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
12787
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(10, 25),
12790
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(18, 25)
15838
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(17, 42)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
305
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
: