12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4479var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4780var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5718var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 5945attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6469attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8056var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8757private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12401ParseAttributeDeclarations(inExpressionContext: true); 12693var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13447var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13572var attributes = ParseAttributeDeclarations(inExpressionContext: false);