12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3272var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4685var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4987var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 6005var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6221attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6754attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8337var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 9114private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12842ParseAttributeDeclarations(inExpressionContext: true); 13148var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13911var attributes = ParseAttributeDeclarations(inExpressionContext: true); 14027var attributes = ParseAttributeDeclarations(inExpressionContext: false);