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