5 references to RelativeToCurrentRoot
Microsoft.CodeAnalysis (3)
FileSystem\FileUtilities.cs (1)
152
case PathKind.
RelativeToCurrentRoot
:
FileSystem\PathUtilities.cs (2)
335
return PathKind.
RelativeToCurrentRoot
;
427
case PathKind.
RelativeToCurrentRoot
:
Microsoft.CodeAnalysis.UnitTests (2)
FileUtilitiesTests.cs (2)
173
Assert.Equal(PathKind.
RelativeToCurrentRoot
, PathUtilities.GetPathKind(@"/c:x.dll"));
176
Assert.Equal(PathKind.
RelativeToCurrentRoot
, PathUtilities.GetPathKind(@"/:x.dll"));