4 references to PrimaryInteropAssemblyAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceModuleSymbol.cs (2)
326
else if (attrData.IsTargetAttribute(a, AttributeDescription.
PrimaryInteropAssemblyAttribute
))
351
AttributeDescription.
PrimaryInteropAssemblyAttribute
.FullName);
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceModuleSymbol.vb (2)
782
ElseIf attrData.IsTargetAttribute(assembly, AttributeDescription.
PrimaryInteropAssemblyAttribute
) Then
806
AttributeDescription.
PrimaryInteropAssemblyAttribute
.FullName)