5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8128
return this.
ParseBlock
(attributes);
8757
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
8761
/// method bodies, call <see cref="
ParseBlock
"/>.
13378
this.
ParseBlock
(attributes: default),
13510
? (
ParseBlock
(attributes: default), null)