3 references to DelegateReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
809
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
930
var returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out RefKind refKind);
1238
returnType =
DelegateReturnTypeWithAnnotations
(invokeMethod, out refKind);