Table of Contents

Class CsFileFilterRoslyn.End

Namespace
SunamoRoslyn._public
Assembly
SunamoRoslyn.dll

Provides ending-based path filtering constants and methods.

public class CsFileFilterRoslyn.End
Inheritance
CsFileFilterRoslyn.End
Inherited Members
Extension Methods

Fields

DesignerCsPp

The .Designer.cs path ending.

public const string DesignerCsPp = ".Designer.cs"

Field Value

string

NotTranslateAblePp

The not-translatable path ending.

public const string NotTranslateAblePp = "NotTranslateAble"

Field Value

string

TMPPp

The .TMP path ending.

public const string TMPPp = ".TMP"

Field Value

string

UnindexablePathEnds

List of unindexable path endings used for filtering.

public static List<string>? UnindexablePathEnds

Field Value

List<string>

designerCsPp

The .designer.cs path ending.

public const string designerCsPp = ".designer.cs"

Field Value

string

gCsPp

The .g.cs path ending.

public const string gCsPp = ".g.cs"

Field Value

string

gICsPp

The .g.i.cs path ending.

public const string gICsPp = ".g.i.cs"

Field Value

string

iCsPp

The .i.cs path ending.

public const string iCsPp = ".i.cs"

Field Value

string

sharedCsPp

The Shared.cs path ending.

public const string sharedCsPp = "Shared.cs"

Field Value

string

tmpPp

The .tmp path ending.

public const string tmpPp = ".tmp"

Field Value

string

xamlCsPp

The .xaml.cs path ending.

public const string xamlCsPp = ".xaml.cs"

Field Value

string

Methods

FillEndFromFileList(List<string>)

Fills an CsFileFilterRoslyn.EndArgs from a list of unindexable path endings. The list is modified to leave only unindexed entries.

public static CsFileFilterRoslyn.EndArgs FillEndFromFileList(List<string> unindexablePathEnds)

Parameters

unindexablePathEnds List<string>

The list of unindexable path endings.

Returns

CsFileFilterRoslyn.EndArgs

A configured CsFileFilterRoslyn.EndArgs instance.