5 references to ParseBlock
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
8404
return this.
ParseBlock
(attributes);
9093
private BlockSyntax ParsePossiblyAttributedBlock() =>
ParseBlock
(this.ParseAttributeDeclarations(inExpressionContext: false));
9097
/// method bodies, call <see cref="
ParseBlock
"/>.
13806
this.
ParseBlock
(attributes: default),
13929
? (
ParseBlock
(attributes: default), null)