Enum SearchStrategyRoslyn
- Namespace
- SunamoRoslyn._public
- Assembly
- SunamoRoslyn.dll
Defines the search strategy used for matching code elements.
public enum SearchStrategyRoslyn
- Extension Methods
Fields
AnySpaces = 1Splits the searched text (A1) and the search term (A2) by spaces and all parts of A2 must be present in A1
ExactlyName = 2Is exactly the same
FixedSpace = 0Contains