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)
92Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
Symbols\Retargeting\RetargetingAssemblySymbol.vb (1)
181Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
Symbols\Source\SourceAssemblySymbol.vb (1)
155Public Overrides ReadOnly Property HasPrimaryInteropAssemblyAttribute As Boolean
1 reference to HasPrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceModuleSymbol.vb (1)
786If Not assembly.HasImportedFromTypeLibAttribute AndAlso Not assembly.HasPrimaryInteropAssemblyAttribute Then