2 references to HasReturnWithExpression
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTreeBuilder.cs (1)
251
(hasReturnWithExpression ? SingleTypeDeclaration.TypeDeclarationFlags.
HasReturnWithExpression
: SingleTypeDeclaration.TypeDeclarationFlags.None) |
Declarations\SingleTypeDeclaration.cs (1)
196
return (_flags & TypeDeclarationFlags.
HasReturnWithExpression
) != 0;