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