3 references to DelegateReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
800
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
921
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
1229
returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out refKind);