11 references to AttributeLists
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbol.cs (4)
139syntax.AttributeLists, 202((BasePropertyDeclarationSyntax)CSharpSyntaxNode).AttributeLists, 203((BasePropertyDeclarationSyntax)implementationPart.CSharpSyntaxNode).AttributeLists); 207return OneOrMany.Create(((BasePropertyDeclarationSyntax)CSharpSyntaxNode).AttributeLists);
Microsoft.VisualStudio.LanguageServices.CSharp (7)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
329oldProperty.AttributeLists.AsReadOnlyList(), 330newProperty.AttributeLists.AsReadOnlyList(),
CodeModel\CSharpCodeModelService.cs (1)
317return GetAttributeNodes(baseProperty.AttributeLists);
CodeModel\CSharpCodeModelService.NodeLocator.cs (3)
457if (node.AttributeLists.Count == 0) 1010if (node.AttributeLists.Count == 0) 1015endPosition = node.AttributeLists.Last().Span.End;
CodeModel\SyntaxNodeExtensions.cs (1)
33attributeLists = baseProperty.AttributeLists;