4 references to ERR_RefReturnReadonlyPrimaryConstructorParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1007errorCode = ErrorCode.ERR_RefReturnReadonlyPrimaryConstructorParameter;
Errors\ErrorFacts.cs (1)
2298case ErrorCode.ERR_RefReturnReadonlyPrimaryConstructorParameter:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\PrimaryConstructorTests.cs (2)
13862Diagnostic(ErrorCode.ERR_RefReturnReadonlyPrimaryConstructorParameter, "x").WithLocation(4, 25) 13885Diagnostic(ErrorCode.ERR_RefReturnReadonlyPrimaryConstructorParameter, "x").WithLocation(4, 43)