5 references to IsSimpleProgram
Microsoft.CodeAnalysis.CSharp (5)
Declarations\DeclarationTreeBuilder.cs (1)
251SingleTypeDeclaration.TypeDeclarationFlags.IsSimpleProgram,
Declarations\SingleTypeDeclaration.cs (4)
51/// Simple program uses await expressions. Set only in conjunction with <see cref="TypeDeclarationFlags.IsSimpleProgram"/> 56/// Set only in conjunction with <see cref="TypeDeclarationFlags.IsSimpleProgram"/> 61/// Set only in conjunction with <see cref="TypeDeclarationFlags.IsSimpleProgram"/> 199return (_flags & TypeDeclarationFlags.IsSimpleProgram) != 0;