2 references to TempDirectory
VBCSCompiler (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
89requestArgs.Add(new Argument(ArgumentId.TempDirectory, 0, tempDirectory));
src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs (1)
51else if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.TempDirectory)