4 references to ERR_RefReadonlyPrimaryConstructorParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1011errorCode = ErrorCode.ERR_RefReadonlyPrimaryConstructorParameter;
Errors\ErrorFacts.cs (1)
2299case ErrorCode.ERR_RefReadonlyPrimaryConstructorParameter:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\PrimaryConstructorTests.cs (2)
13924Diagnostic(ErrorCode.ERR_RefReadonlyPrimaryConstructorParameter, "x").WithLocation(4, 25), 13927Diagnostic(ErrorCode.ERR_RefReadonlyPrimaryConstructorParameter, "x").WithLocation(7, 25)