src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (5)
51_strategy = FileStreamHelpers.ChooseStrategy(this, safeHandle, access, bufferSize, isAsync);
110_strategy = FileStreamHelpers.ChooseStrategy(this, handle, access, bufferSize, handle.IsAsync);
117_strategy = FileStreamHelpers.ChooseStrategy(this, handle, access, bufferSize, isAsync);
214_strategy = FileStreamHelpers.ChooseStrategy(
222_strategy = FileStreamHelpers.ChooseStrategy(this, path, mode, access, share, bufferSize, options, preallocationSize, unixCreateMode: null);