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