1 instantiation of OutOfProcRarClient
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
45
rarClient = new
OutOfProcRarClient
();
5 references to OutOfProcRarClient
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Node\OutOfProcRarClient.cs (3)
36
internal static
OutOfProcRarClient
GetInstance(IBuildEngine10 buildEngine)
41
OutOfProcRarClient
rarClient = (
OutOfProcRarClient
)buildEngine.GetRegisteredTaskObject(TaskObjectCacheKey, RegisteredTaskObjectLifetime.Build);
AssemblyDependency\ResolveAssemblyReference.cs (2)
3428
OutOfProcRarClient
rarClient =
OutOfProcRarClient
.GetInstance(buildEngine10);