4 references to GetAssemblyAttributes
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
144
foreach (CSharpAttributeData assemblyLevelAttribute in peModule.
GetAssemblyAttributes
())
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
667
ImmutableArray<CSharpAttributeData> assemblyAttributes =
GetAssemblyAttributes
();
680
ImmutableArray<CSharpAttributeData> assemblyAttributes =
GetAssemblyAttributes
();
Symbols\Source\SourceAssemblySymbol.cs (1)
1289
foreach (var attributeData in peModuleSymbol.
GetAssemblyAttributes
())