3 references to ImportedFromTypeLibAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1064return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue);
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
2516else if (attribute.IsTargetAttribute(AttributeDescription.ImportedFromTypeLibAttribute))
Symbols\Source\SourceModuleSymbol.cs (1)
329AttributeDescription.ImportedFromTypeLibAttribute.FullName,