2 references to CustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1436netModuleAttributesBag = new CustomAttributesBag<CSharpAttributeData>();
Symbols\Symbol_Attributes.cs (1)
329Interlocked.CompareExchange(ref lazyCustomAttributesBag, new CustomAttributesBag<CSharpAttributeData>(), null);