1 write to _matcher
Microsoft.CodeAnalysis.CodeStyle (1)
Matcher.RepeatMatcher.cs (1)
16
=>
_matcher
= matcher;
2 references to _matcher
Microsoft.CodeAnalysis.CodeStyle (2)
Matcher.RepeatMatcher.cs (2)
20
while (
_matcher
.TryMatch(sequence, ref index))
28
=> string.Format("({0}*)",
_matcher
);