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