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