12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3179var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4592var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4892var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5830var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6046attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6579attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8162var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8929private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12588ParseAttributeDeclarations(inExpressionContext: true); 12880var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13630var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13746var attributes = ParseAttributeDeclarations(inExpressionContext: false);