4 overrides of HasPrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEAssemblySymbol.cs (1)
137internal override bool HasPrimaryInteropAssemblyAttribute
Symbols\MissingAssemblySymbol.cs (1)
89internal override bool HasPrimaryInteropAssemblyAttribute => false;
Symbols\Retargeting\RetargetingAssemblySymbol.cs (1)
193internal override bool HasPrimaryInteropAssemblyAttribute => _underlyingAssembly.HasPrimaryInteropAssemblyAttribute;
Symbols\Source\SourceAssemblySymbol.cs (1)
207internal override bool HasPrimaryInteropAssemblyAttribute
1 reference to HasPrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
316if (!a.HasImportedFromTypeLibAttribute && !a.HasPrimaryInteropAssemblyAttribute)