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