12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4479
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4780
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5718
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5945
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6469
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8056
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8757
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12401
ParseAttributeDeclarations
(inExpressionContext: true);
12693
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13447
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13572
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);