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