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
NotTranslateAblePp
The not-translatable path ending.
public const string NotTranslateAblePp = "NotTranslateAble"
Field Value
TMPPp
The .TMP path ending.
public const string TMPPp = ".TMP"
Field Value
UnindexablePathEnds
List of unindexable path endings used for filtering.
public static List<string>? UnindexablePathEnds
Field Value
designerCsPp
The .designer.cs path ending.
public const string designerCsPp = ".designer.cs"
Field Value
gCsPp
The .g.cs path ending.
public const string gCsPp = ".g.cs"
Field Value
gICsPp
The .g.i.cs path ending.
public const string gICsPp = ".g.i.cs"
Field Value
iCsPp
The .i.cs path ending.
public const string iCsPp = ".i.cs"
Field Value
sharedCsPp
The Shared.cs path ending.
public const string sharedCsPp = "Shared.cs"
Field Value
tmpPp
The .tmp path ending.
public const string tmpPp = ".tmp"
Field Value
xamlCsPp
The .xaml.cs path ending.
public const string xamlCsPp = ".xaml.cs"
Field Value
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
Returns
- CsFileFilterRoslyn.EndArgs
A configured CsFileFilterRoslyn.EndArgs instance.