12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3179
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4592
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4892
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5830
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6046
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6579
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8162
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8929
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12588
ParseAttributeDeclarations
(inExpressionContext: true);
12880
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13630
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13746
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);