4 instantiations of StructListBuilder
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Match.cs (1)
123
var segments = new
StructListBuilder
<ReadOnlyMemory<char>>();
System\Text\RegularExpressions\Regex.Replace.cs (1)
175
var state = (segments: new
StructListBuilder
<ReadOnlyMemory<char>>(), evaluator, prevat: 0, input, count);
System\Text\RegularExpressions\RegexReplacement.cs (2)
232
var state = (input, replacement, offsetAndCounts: new
StructListBuilder
<int>(), inputMemory: input.AsMemory(), prevat: 0, count);
298
var state = (replacement: this, segments: new
StructListBuilder
<ReadOnlyMemory<char>>(), inputMemory: input.AsMemory(), prevat: 0, count);
9 references to StructListBuilder
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Match.cs (1)
123
var
segments = new StructListBuilder<ReadOnlyMemory<char>>();
System\Text\RegularExpressions\Regex.Replace.cs (3)
179
regex.RunAllMatchesWithCallback(input, startat, ref state, static (ref (
StructListBuilder
<ReadOnlyMemory<char>> segments, MatchEvaluator evaluator, int prevat, string input, int count) state, Match match) =>
198
regex.RunAllMatchesWithCallback(input, startat, ref state, static (ref (
StructListBuilder
<ReadOnlyMemory<char>> segments, MatchEvaluator evaluator, int prevat, string input, int count) state, Match match) =>
219
internal static unsafe string SegmentsToStringAndDispose(ref
StructListBuilder
<ReadOnlyMemory<char>> segments)
System\Text\RegularExpressions\RegexReplacement.cs (5)
126
public void ReplacementImpl(ref
StructListBuilder
<ReadOnlyMemory<char>> segments, Match match)
157
public void ReplacementImplRTL(ref
StructListBuilder
<ReadOnlyMemory<char>> segments, Match match)
235
regex.RunAllMatchesWithCallback(input, startat, ref state, (ref (string input, string replacement,
StructListBuilder
<int> segments, ReadOnlyMemory<char> inputMemory, int prevat, int count) state, Match match) =>
302
regex.RunAllMatchesWithCallback(input, startat, ref state, (ref (RegexReplacement thisRef,
StructListBuilder
<ReadOnlyMemory<char>> segments, ReadOnlyMemory<char> inputMemory, int prevat, int count) state, Match match) =>
322
regex.RunAllMatchesWithCallback(input, startat, ref state, (ref (RegexReplacement thisRef,
StructListBuilder
<ReadOnlyMemory<char>> segments, ReadOnlyMemory<char> inputMemory, int prevat, int count) state, Match match) =>