7 references to GetPathOption
System (7)
net\System\Net\_FtpControlStream.cs (7)
526
GetPathOption
getPathOption =
GetPathOption
.Normal;
530
getPathOption =
GetPathOption
.AssumeNoFilename;
534
getPathOption =
GetPathOption
.AssumeFilename;
775
private static void GetPathInfo(
GetPathOption
pathOption,
784
if (pathOption ==
GetPathOption
.AssumeFilename &&
792
if (pathOption ==
GetPathOption
.AssumeNoFilename) {