6 references to ScanStepDelegate
WindowsBase (6)
Base\MS\Internal\IO\Packaging\PieceNameHelper.cs (6)
253string path, ref int position, ref ScanStepDelegate nextStep, ref PieceNameInfo parseResults); 256private static bool FindPieceExtension(string path, ref int position, ref ScanStepDelegate nextStep, 267private static bool FindIsLast(string path, ref int position, ref ScanStepDelegate nextStep, 289private static bool FindPieceNumber(string path, ref int position, ref ScanStepDelegate nextStep, 321private static bool FindPartName(string path, ref int position, ref ScanStepDelegate nextStep, 357ScanStepDelegate nextStep = new ScanStepDelegate(FindPieceExtension);