12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3221var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4634var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4936var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5954var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6170attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6703attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8286var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 9047private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12756ParseAttributeDeclarations(inExpressionContext: true); 13062var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13825var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13941var attributes = ParseAttributeDeclarations(inExpressionContext: false);