1 instantiation of OutOfProcRarClient
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
44rarClient = new OutOfProcRarClient();
4 references to OutOfProcRarClient
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarClient.cs (3)
32internal static OutOfProcRarClient GetInstance(IBuildEngine10 buildEngine) 40OutOfProcRarClient rarClient = (OutOfProcRarClient)buildEngine.GetRegisteredTaskObject(OutOfProcRarClientKey, RegisteredTaskObjectLifetime.Build);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3259_ = OutOfProcRarClient.GetInstance(buildEngine10).Execute(this);