<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="10.0.4" />

Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear

public abstract class PatternContextLinear : PatternContext<FrameData>
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public struct FrameData

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected ILinearPattern Pattern { get; }

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected string CalculateStem(FileInfoBase matchedFile)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected bool IsLastSegment()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected bool TestMatchingSegment(string value)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.