Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified src/.editorconfig
100644 → 100755
Empty file.
Empty file modified src/Shared.sln.DotSettings
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions src/Verify/Serialization/Scrubbers/CrossChunkMatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ static class CrossChunkMatcher
/// Finds all matches in a StringBuilder (handling patterns spanning chunk boundaries) and applies replacements.
/// </summary>
/// <param name="builder">The StringBuilder to search and modify</param>
/// <param name="maxLength">Maximum length of patterns to search for</param>
/// <param name="context">User context passed to callbacks</param>
/// <param name="onCrossChunk">Called for each potential cross-chunk match position</param>
/// <param name="onWithinChunk">Called for each position within a chunk</param>
Expand Down