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