We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea715c commit 4500695Copy full SHA for 4500695
src/Verify/Serialization/Scrubbers/CrossChunkMatcher.cs
@@ -12,8 +12,6 @@ static class CrossChunkMatcher
12
/// <param name="onCrossChunk">Called for each potential cross-chunk match position</param>
13
/// <param name="onWithinChunk">Called for each position within a chunk</param>
14
/// <param name="getMatches">Retrieves the list of matches from the context</param>
15
- /// <param name="getLength">Gets the original length from a match</param>
16
- /// <param name="getValue">Gets the replacement value from a match</param>
17
public static void ReplaceAll<TContext>(
18
StringBuilder builder,
19
int carryoverSize,
0 commit comments