12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3267var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4654var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4956var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5970var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6186attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6714attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8297var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 9074private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12802ParseAttributeDeclarations(inExpressionContext: true); 13108var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13871var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13987var attributes = ParseAttributeDeclarations(inExpressionContext: false);