12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3063var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4399var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4686var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5617var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 5844attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6368attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 7955var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8656private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12264ParseAttributeDeclarations(inExpressionContext: true); 12560var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13314var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13439var attributes = ParseAttributeDeclarations(inExpressionContext: false);