3 references to ParseNamespaceBody
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
187
this.
ParseNamespaceBody
(ref tmp, ref body, ref initialBadNodes, SyntaxKind.CompilationUnit);
292
this.
ParseNamespaceBody
(ref semicolon, ref body, ref initialBadNodes, SyntaxKind.FileScopedNamespaceDeclaration);
308
this.
ParseNamespaceBody
(ref openBrace, ref body, ref initialBadNodes, SyntaxKind.NamespaceDeclaration);