5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8027
return this.
ParseBlock
(attributes);
8656
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
8660
/// method bodies, call <see cref="
ParseBlock
"/>.
13245
this.
ParseBlock
(attributes: default),
13377
? (
ParseBlock
(attributes: default), null)