3 references to InvalidTypeLibraryId
Microsoft.NET.Build.Tasks (3)
CreateComHost.cs (1)
52Log.LogError(Strings.InvalidTypeLibraryId, ex.Id.ToString(), ex.Path);
TypeLibraryDictionaryBuilder.cs (2)
29errorsLocal.Add(string.Format(Strings.InvalidTypeLibraryId, idMetadata, typeLibraries[0].ItemSpec)); 49errorsLocal.Add(string.Format(Strings.InvalidTypeLibraryId, idMetadata, typeLibrary.ItemSpec));