4 references to ERR_DupReturnTypeMod
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2082or ErrorCode.ERR_DupReturnTypeMod
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
61diagnostics.Add(ErrorCode.ERR_DupReturnTypeMod, modifier.GetLocation(), modifier.Text);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\FunctionPointerTypeSymbolTests.cs (2)
90Diagnostic(ErrorCode.ERR_DupReturnTypeMod, "ref").WithArguments("ref").WithLocation(7, 23), 105Diagnostic(ErrorCode.ERR_DupReturnTypeMod, "ref").WithArguments("ref").WithLocation(11, 23),