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