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