5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8295
return this.
ParseBlock
(attributes);
8990
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
8994
/// method bodies, call <see cref="
ParseBlock
"/>.
13670
this.
ParseBlock
(attributes: default),
13793
? (
ParseBlock
(attributes: default), null)