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