1 write to _assemblies
Microsoft.Build.Tasks.Core (1)
AssemblyRegistrationCache.cs (1)
68
translator.Translate(ref
_assemblies
);
5 references to _assemblies
Microsoft.Build.Tasks.Core (5)
AssemblyRegistrationCache.cs (5)
34
ErrorUtilities.VerifyThrow(
_assemblies
.Count == _typeLibraries.Count, "Internal assembly and type library lists should have the same number of entries in AssemblyRegistrationCache");
35
return
_assemblies
.Count;
44
_assemblies
.Add(assemblyPath);
53
ErrorUtilities.VerifyThrow((index >= 0) && (index <
_assemblies
.Count), "Invalid index in the call to AssemblyRegistrationCache.GetEntry");
54
assemblyPath =
_assemblies
[index];