4 references to ImportedFromTypeLibAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceModuleSymbol.cs (2)
319
else if (attrData.IsTargetAttribute(a, AttributeDescription.
ImportedFromTypeLibAttribute
))
350
AttributeDescription.
ImportedFromTypeLibAttribute
.FullName,
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceModuleSymbol.vb (2)
777
ElseIf attrData.IsTargetAttribute(assembly, AttributeDescription.
ImportedFromTypeLibAttribute
) Then
805
AttributeDescription.
ImportedFromTypeLibAttribute
.FullName,