5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8409
return this.
ParseBlock
(attributes);
9114
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
9118
/// method bodies, call <see cref="
ParseBlock
"/>.
13842
this.
ParseBlock
(attributes: default),
13965
? (
ParseBlock
(attributes: default), null)