12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3272
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4685
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4987
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6005
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6221
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6754
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8337
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
9114
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12842
ParseAttributeDeclarations
(inExpressionContext: true);
13148
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13911
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
14027
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);