12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4449
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4750
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5688
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5915
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6439
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8026
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8727
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12365
ParseAttributeDeclarations
(inExpressionContext: true);
12657
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13411
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13536
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);