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) 32if (_basePath != null)