3 references to DelegateReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
740
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
860
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
1168
returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out refKind);