3 references to DelegateReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
779
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
900
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
1208
returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out refKind);