1 write to HasImportedFromTypeLibAttribute
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ApplicationManifest.cs (1)
974
HasImportedFromTypeLibAttribute
= r.HasAssemblyAttribute("System.Runtime.InteropServices.ImportedFromTypeLibAttribute");
1 reference to HasImportedFromTypeLibAttribute
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ApplicationManifest.cs (1)
765
if (flags.HasPrimaryInteropAssemblyAttribute || flags.
HasImportedFromTypeLibAttribute
)