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