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