6 references to GetSourceAttributesBag
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceAssemblySymbol.cs (6)
1190ImmutableArray<CSharpAttributeData> appliedSourceAttributes = this.GetSourceAttributesBag().Attributes; 1322int sourceAttributesCount = this.GetSourceAttributesBag().Attributes.Length; 1593/// If you want to override attribute binding logic for a sub-class, then override <see cref="GetSourceAttributesBag"/> method. 1597var attributes = this.GetSourceAttributesBag().Attributes; 1649attributesBag = this.GetSourceAttributesBag(); 1801foreach (var securityAttribute in GetSecurityAttributes(this.GetSourceAttributesBag()))