public void RemovePathMapping(string prefix, string mapPath) { if (DebugMode) { return; } if (mapPath != null) { PathMappings.TryRemove(prefix + ">" + mapPath, out _); } }
public void RemovePathMapping(string prefix, string mapPath) { if (DebugMode) { return; } if (mapPath != null) { PathMappings.TryRemove($"{prefix}>{mapPath}", out _); } }