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