2 writes to IsImportedFromTypeLib
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\AssemblyInformation.cs (2)
338
assemblyAttributes.
IsImportedFromTypeLib
= true;
343
assemblyAttributes.
IsImportedFromTypeLib
= !string.IsNullOrEmpty(primaryInteropAssemblyString);
2 references to IsImportedFromTypeLib
Microsoft.Build.Tasks.Core (2)
GetAssembliesMetadata.cs (2)
121
yield return new KeyValuePair<string, string>(nameof(attributes.
IsImportedFromTypeLib
), attributes.
IsImportedFromTypeLib
.ToString());