12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3179
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4592
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4894
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5911
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6127
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6660
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8243
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
9004
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12713
ParseAttributeDeclarations
(inExpressionContext: true);
13019
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13782
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13898
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);