1 write to _dotStarredPattern
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
237_dotStarredPattern = builder.CreateConcat(builder._anyStarLazy, _pattern);
3 references to _dotStarredPattern
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
48/// The matching engine first uses <see cref="_dotStarredPattern"/> to find whether there is a match 55/// from where <see cref="_dotStarredPattern"/> left off. At this point we know that there was a match, 245dotstarredInitialStates[charKind] = GetOrCreateState_NoLock(_dotStarredPattern, charKind, isInitialState: true);