5 references to ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2151
Error(diagnostics, ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
, node);
Errors\ErrorFacts.cs (1)
1295
or ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\PrimaryConstructorTests.cs (3)
8046
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
, "p1").WithLocation(2000, 1)
20123
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
, "p1").WithLocation(4, 54),
20126
Diagnostic(ErrorCode.
ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
, "p2").WithLocation(5, 47)