17 references to WRN_CapturedPrimaryConstructorParameterPassedToBase
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5085
diagnostics.Add(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, syntax.Location, parameter);
Errors\ErrorFacts.cs (2)
543
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
2347
or ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
Generated\ErrorFacts.Generated.cs (1)
314
case ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (12)
Semantics\PrimaryConstructorTests.cs (12)
8782
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(17, 50)
12464
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25)
12501
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
12504
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(10, 28)
12580
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 33),
12583
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p2").WithArguments("int p2").WithLocation(2, 40)
12635
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 30)
12703
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int[] p1").WithLocation(2, 27)
12794
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(2, 25),
12797
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(10, 25),
12800
Diagnostic(ErrorCode.
WRN_CapturedPrimaryConstructorParameterPassedToBase
, "p1").WithArguments("int p1").WithLocation(18, 25)
15848
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
: