5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8030
return this.
ParseBlock
(attributes);
8659
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
8663
/// method bodies, call <see cref="
ParseBlock
"/>.
13221
this.
ParseBlock
(attributes: default),
13353
? (
ParseBlock
(attributes: default), null)