Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Copy PathSeparator property in copy ctor
  • Loading branch information
Rene Hernandez Remedios authored and Rene Hernandez committed Mar 29, 2019
commit d21868a82bd5f1404fdc43ce6375a7082f399ff7
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ protected ProviderInfo(ProviderInfo providerInfo)
PSSnapIn = providerInfo.PSSnapIn;
_sessionState = providerInfo._sessionState;
VolumeSeparatedByColon = providerInfo.VolumeSeparatedByColon;
PathSeparator = providerInfo.PathSeparator;
}

/// <summary>
Expand Down