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