1 write to _typeLibraries
Microsoft.Build.Tasks.Core (1)
AssemblyRegistrationCache.cs (1)
69
translator.Translate(ref
_typeLibraries
);
3 references to _typeLibraries
Microsoft.Build.Tasks.Core (3)
AssemblyRegistrationCache.cs (3)
34
ErrorUtilities.VerifyThrow(_assemblies.Count ==
_typeLibraries
.Count, "Internal assembly and type library lists should have the same number of entries in AssemblyRegistrationCache");
45
_typeLibraries
.Add(typeLibraryPath);
55
typeLibraryPath =
_typeLibraries
[index];