9 references to ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1960
Error(diagnostics, ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, node);
Errors\ErrorFacts.cs (1)
1232
case ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\PrimaryConstructorTests.cs (7)
12371
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "x").WithLocation(6, 30)
12375
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "s").WithLocation(7, 30)
12464
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "x").WithLocation(9, 23)
12468
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "s").WithLocation(9, 27)
13882
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "x").WithLocation(4, 43),
14329
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "x").WithLocation(4, 43),
15146
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterCaptured
, "p1").WithLocation(4, 32)