12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3267
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4654
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4956
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5970
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6186
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6714
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8297
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
9074
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12802
ParseAttributeDeclarations
(inExpressionContext: true);
13108
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13871
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13987
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);