4 instantiations of AssemblyRegistrationCache
Microsoft.Build.Tasks.Core (2)
RegisterAssembly.cs (1)
85new AssemblyRegistrationCache();
UnregisterAssembly.cs (1)
84cacheFile = new AssemblyRegistrationCache();
Microsoft.Build.Tasks.UnitTests (2)
AssemblyRegistrationCache_Tests.cs (2)
17AssemblyRegistrationCache arc = new AssemblyRegistrationCache(); 36AssemblyRegistrationCache arc = new();
8 references to AssemblyRegistrationCache
Microsoft.Build.Tasks.Core (4)
RegisterAssembly.cs (2)
80AssemblyRegistrationCache cacheFile = null; 84cacheFile = StateFileBase.DeserializeCache<AssemblyRegistrationCache>(AssemblyListFile.ItemSpec, Log) ??
UnregisterAssembly.cs (2)
56AssemblyRegistrationCache cacheFile; 60cacheFile = StateFileBase.DeserializeCache<AssemblyRegistrationCache>(AssemblyListFile.ItemSpec, Log);
Microsoft.Build.Tasks.UnitTests (4)
AssemblyRegistrationCache_Tests.cs (4)
17AssemblyRegistrationCache arc = new AssemblyRegistrationCache(); 36AssemblyRegistrationCache arc = new(); 38AssemblyRegistrationCache arc2 = null; 43arc2 = StateFileBase.DeserializeCache<AssemblyRegistrationCache>(file.Path, null);