12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3179var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4592var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4894var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5911var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6127attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6660attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8243var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 9004private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12713ParseAttributeDeclarations(inExpressionContext: true); 13019var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13782var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13898var attributes = ParseAttributeDeclarations(inExpressionContext: false);