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