12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3103var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4481var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4782var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5720var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 5947attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6471attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8058var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8770private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12432ParseAttributeDeclarations(inExpressionContext: true); 12724var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13478var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13603var attributes = ParseAttributeDeclarations(inExpressionContext: false);