17 references to WRN_CapturedPrimaryConstructorParameterPassedToBase
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
4316
diagnostics.Add(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, boundParameter.Syntax.Location, parameter);
Errors\ErrorFacts.cs (2)
531
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
2295
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
Generated\ErrorFacts.Generated.cs (1)
315
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (12)
Semantics\PrimaryConstructorTests.cs (12)
7761
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(17, 50)
11436
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25)
11473
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
11476
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(10, 28)
11552
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 33),
11555
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(2, 40)
11607
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 30)
11675
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int[] p1").WithLocation(2, 27)
11766
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
11769
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(10, 25),
11772
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(18, 25)
14820
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
: