12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4481
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4782
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5720
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5947
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6471
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8058
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8770
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12432
ParseAttributeDeclarations
(inExpressionContext: true);
12724
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13478
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13603
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);