3 references to ERR_RefReturnMustHaveIdentityConversion
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
3065Error(diagnostics, ErrorCode.ERR_RefReturnMustHaveIdentityConversion, argument.Syntax, returnType);
Errors\ErrorFacts.cs (1)
1713case ErrorCode.ERR_RefReturnMustHaveIdentityConversion:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RefLocalsAndReturnsTests.cs (1)
3835Diagnostic(ErrorCode.ERR_RefReturnMustHaveIdentityConversion, "i").WithArguments("int").WithLocation(6, 20));