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