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);
5891
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6107
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6640
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8223
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8990
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12697
ParseAttributeDeclarations
(inExpressionContext: true);
12989
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13739
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13855
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);