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