5 references to BasePath
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3480String symbFileName = options.TempFiles.BasePath + "." + pdbname;
compmod\system\codedom\compiler\TempFiles.cs (1)
120string fileName = BasePath + "." + fileExtension;
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
119string basePath = _tempFiles.BasePath;
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompiler.cs (2)
885string tempAssemblyDirectory = clonedParams.TempFiles.BasePath; 907tempAssemblyDirectory = clonedParams.TempFiles.BasePath + postfix++;