12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3112var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4490var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4791var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5729var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 5956attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6480attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8063var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8775private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12437ParseAttributeDeclarations(inExpressionContext: true); 12729var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13490var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13615var attributes = ParseAttributeDeclarations(inExpressionContext: false);