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