2 writes to _basePath
dotnet (2)
CommandDirectoryContext.cs (2)
37
_basePath
= basePath;
45
_basePath
= null;
3 references to _basePath
dotnet (3)
CommandDirectoryContext.cs (3)
20
=>
_basePath
!= null
21
? Path.GetFullPath(path,
_basePath
)
32
if (
_basePath
!= null)