1 write to FromStart
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\CamelCaseResult.cs (1)
25
FromStart
= fromStart;
2 references to FromStart
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\CamelCaseResult.cs (2)
42
return new CamelCaseResult(
FromStart
, Contiguous, MatchCount + 1, MatchedSpansInReverse);
49
if (result.
FromStart
)