12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4449var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4750var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5688var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 5915attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6439attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8026var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8727private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12365ParseAttributeDeclarations(inExpressionContext: true); 12657var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13411var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13536var attributes = ParseAttributeDeclarations(inExpressionContext: false);