12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3112
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4490
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4791
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5729
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5956
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6480
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8063
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8775
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12437
ParseAttributeDeclarations
(inExpressionContext: true);
12729
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13490
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13615
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);