12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3062
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4398
var accAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
4685
var attributes = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5620
var memberAttrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
5847
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
6371
attrs = this.
ParseAttributeDeclarations
(inExpressionContext: false);
7958
var attributes = isCollectionExpression ? default :
ParseAttributeDeclarations
(inExpressionContext: true);
8659
private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.
ParseAttributeDeclarations
(inExpressionContext: false));
12244
ParseAttributeDeclarations
(inExpressionContext: true);
12536
var attributeDeclarations =
ParseAttributeDeclarations
(inExpressionContext: true);
13290
var attributes =
ParseAttributeDeclarations
(inExpressionContext: true);
13415
var attributes =
ParseAttributeDeclarations
(inExpressionContext: false);