5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
7427
return this.
ParseBlock
(attributes);
8050
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations());
8054
/// method bodies, call <see cref="
ParseBlock
"/>.
12319
this.
ParseBlock
(attributes: default),
12460
? (
ParseBlock
(attributes: default), null)