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