4 overrides of HasPrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Metadata\PE\PEAssemblySymbol.vb (1)
168Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
Symbols\MissingAssemblySymbol.vb (1)
91Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
Symbols\Retargeting\RetargetingAssemblySymbol.vb (1)
181Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
Symbols\Source\SourceAssemblySymbol.vb (1)
154Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
1 reference to HasPrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceModuleSymbol.vb (1)
787If Not assembly.HasImportedFromTypeLibAttribute AndAlso Not assembly.HasPrimaryInteropAssemblyAttribute Then