6 references to ERR_RefReturnThis
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (2)
793
if (errorCode is ErrorCode.ERR_InvalidAddrOp or ErrorCode.ERR_IncrementLvalueExpected or ErrorCode.
ERR_RefReturnThis
or ErrorCode.ERR_RefLocalOrParamExpected or ErrorCode.ERR_RefLvalueExpected)
2716
return isPrimaryConstructorParameter ? ErrorCode.ERR_RefReturnPrimaryConstructorParameter : ErrorCode.
ERR_RefReturnThis
;
Errors\ErrorFacts.cs (1)
1810
case ErrorCode.
ERR_RefReturnThis
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefFieldTests.cs (1)
19706
Diagnostic(ErrorCode.
ERR_RefReturnThis
, "this").WithLocation(4, 23),
Semantics\RefLocalsAndReturnsTests.cs (2)
2195
Diagnostic(ErrorCode.
ERR_RefReturnThis
, "this").WithLocation(58, 24)
3815
Diagnostic(ErrorCode.
ERR_RefReturnThis
, "this").WithLocation(6, 20)