12 references to ParseAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Parser\LanguageParser.cs (12)
3179var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 4592var accAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 4892var attributes = this.ParseAttributeDeclarations(inExpressionContext: false); 5891var memberAttrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6107attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 6640attrs = this.ParseAttributeDeclarations(inExpressionContext: false); 8223var attributes = isCollectionExpression ? default : ParseAttributeDeclarations(inExpressionContext: true); 8990private BlockSyntax ParsePossiblyAttributedBlock() => ParseBlock(this.ParseAttributeDeclarations(inExpressionContext: false)); 12697ParseAttributeDeclarations(inExpressionContext: true); 12989var attributeDeclarations = ParseAttributeDeclarations(inExpressionContext: true); 13739var attributes = ParseAttributeDeclarations(inExpressionContext: true); 13855var attributes = ParseAttributeDeclarations(inExpressionContext: false);