12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3063
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4399
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4686
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5617
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5844
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6368
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
7955
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8656
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12264
ParseAttributeDeclarations
(inExpressionContext: true);
12560
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13314
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13439
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);