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