4 references to ERR_BadVisDelegateReturn
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
676
or ErrorCode.
ERR_BadVisDelegateReturn
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
105
diagnostics.Add(ErrorCode.
ERR_BadVisDelegateReturn
, delegateType.GetFirstLocation(), delegateType, invoke.ReturnType);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
563
new ErrorDescription { Code = (int)ErrorCode.
ERR_BadVisDelegateReturn
, Line = 5, Column = 25 });
579
Diagnostic(ErrorCode.
ERR_BadVisDelegateReturn
, "MyDelegate").WithArguments("Outer.MyDelegate", "Outer.Test").WithLocation(5, 26)