5 references to RelativeToCurrentRoot
Microsoft.CodeAnalysis (3)
FileSystem\FileUtilities.cs (1)
154
case PathKind.
RelativeToCurrentRoot
:
FileSystem\PathUtilities.cs (2)
336
return PathKind.
RelativeToCurrentRoot
;
428
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"));