5 references to ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1956Error(diagnostics, ErrorCode.ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember, node);
Errors\ErrorFacts.cs (1)
1231case ErrorCode.ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\PrimaryConstructorTests.cs (3)
7290Diagnostic(ErrorCode.ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember, "p1").WithLocation(2000, 1) 15123Diagnostic(ErrorCode.ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember, "p1").WithLocation(4, 54), 15126Diagnostic(ErrorCode.ERR_AnonDelegateCantUseStructPrimaryConstructorParameterInMember, "p2").WithLocation(5, 47)