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