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