4 references to GetAssemblyAttributes
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
137foreach (CSharpAttributeData assemblyLevelAttribute in peModule.GetAssemblyAttributes())
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
661var assemblyAttributes = GetAssemblyAttributes(); 670var assemblyAttributes = GetAssemblyAttributes();
Symbols\Source\SourceAssemblySymbol.cs (1)
1283foreach (var attributeData in peModuleSymbol.GetAssemblyAttributes())