5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8358
return this.
ParseBlock
(attributes);
9047
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
9051
/// method bodies, call <see cref="
ParseBlock
"/>.
13756
this.
ParseBlock
(attributes: default),
13879
? (
ParseBlock
(attributes: default), null)