39 references to IsPathRooted
mscorlib (4)
system\io\longpath.cs (1)
96return Path.IsPathRooted(tempPath);
system\io\path.cs (3)
1253if (Path.IsPathRooted(paths[i])) { 1295if (IsPathRooted(path2)) 1406if (IsPathRooted(path2))
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
387if (!Path.IsPathRooted(filePath))
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
96if ( !Path.IsPathRooted(thePath) )
System (4)
compmod\system\componentmodel\SyntaxCheck.cs (1)
68return Path.IsPathRooted(value);
compmod\system\diagnostics\traceutils.cs (1)
58if ((initializeData[0] != Path.DirectorySeparatorChar) && (initializeData[0] != Path.AltDirectorySeparatorChar) && !Path.IsPathRooted(initializeData)) {
net\System\Net\mail\SmtpClient.cs (1)
396if (!Path.IsPathRooted(pickupDirectory))
sys\system\configuration\ConfigurationException.cs (1)
185if (!Path.IsPathRooted(filename)) {
System.AddIn (5)
System\Addin\Hosting\Store\AddIn.cs (1)
52System.Diagnostics.Contracts.Contract.Requires(Path.IsPathRooted(fullPathToAddin));
System\Addin\Hosting\Store\PipelineComponent.cs (3)
74if (Path.IsPathRooted(assemblyLocation)) { 179System.Diagnostics.Contracts.Contract.Requires(Path.IsPathRooted(root)); 183System.Diagnostics.Contracts.Contract.Assert(!Path.IsPathRooted(_relativeLocation));
System\Addin\Hosting\Utils.cs (1)
155System.Diagnostics.Contracts.Contract.Ensures(!Path.IsPathRooted(System.Diagnostics.Contracts.Contract.Result<String>()));
System.Configuration (8)
System\Configuration\BaseConfigurationRecord.cs (1)
3809if (String.IsNullOrEmpty(configSource) || System.IO.Path.IsPathRooted(configSource)) {
System\Configuration\ClientConfigPaths.cs (3)
168if (Path.IsPathRooted(dataPath)) { 194if (Path.IsPathRooted(roamingFolderPath)) { 200if (Path.IsPathRooted(localFolderPath)) {
System\Configuration\ConfigurationErrorsException.cs (2)
380if (!Path.IsPathRooted(filename)) { 428if (!Path.IsPathRooted(filename)) {
System\Configuration\Internal\InternalConfigHost.cs (2)
86if (!Path.IsPathRooted(streamName)) { 330return Path.IsPathRooted(streamName);
System.Core (1)
System\Diagnostics\EventSchemaTraceListener.cs (1)
88if (!String.IsNullOrEmpty(this.fileName) && (fileName[0] != Path.DirectorySeparatorChar) && (fileName[0] != Path.AltDirectorySeparatorChar) && !Path.IsPathRooted(fileName)) {
System.Web (6)
Hosting\ApplicationManager.cs (1)
1405if (!Path.IsPathRooted(tempDirectory)) {
HttpPostedFile.cs (1)
104if (!Path.IsPathRooted(filename)) {
HttpRequest.cs (1)
2901if (!System.IO.Path.IsPathRooted(filename)) {
HttpRuntime.cs (1)
896if (!Path.IsPathRooted(tempDirectory)) {
Management\regiisutil.cs (2)
268if (!Path.IsPathRooted(dirName)) 360if (!Path.IsPathRooted(fileName))
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
187if(!Path.IsPathRooted(fileRefDetails[0]) && basePath != null) {
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
2637if (value != null && value.Length > 0 && value.Contains(Path.DirectorySeparatorChar.ToString()) && Path.IsPathRooted(value)) 2668if (value != null && value.Length > 0 && value.Contains(Path.DirectorySeparatorChar.ToString()) && Path.IsPathRooted(value))
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
438!Path.IsPathRooted(path) ||
AuthoringOM\Design\Themes.cs (3)
1074if (value != null && value.Length > 0 && value.Contains(Path.DirectorySeparatorChar.ToString()) && Path.IsPathRooted(value)) 1502if (!String.IsNullOrEmpty(value) && value.Contains(Path.DirectorySeparatorChar.ToString()) && Path.IsPathRooted(value)) 2553if (!String.IsNullOrEmpty(value) && value.Contains(Path.DirectorySeparatorChar.ToString()) && Path.IsPathRooted(value))
System.Xml (1)
System\Xml\Serialization\Configuration\XmlSerializerSection.cs (1)
84if (!Path.IsPathRooted(tempDirectory))
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
666if (Path.IsPathRooted(assemblyFile))