12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3221
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4634
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4936
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5954
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6170
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6703
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8286
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
9047
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12756
ParseAttributeDeclarations
(inExpressionContext: true);
13062
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13825
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13941
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);