12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3234
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4647
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4949
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5967
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6183
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6716
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
8299
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
9060
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12769
ParseAttributeDeclarations
(inExpressionContext: true);
13075
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13838
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13954
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);