5 references to IsPreWordCharBoundary
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (5)
310
private const string IsPreWordCharBoundary = nameof(
IsPreWordCharBoundary
);
432
if (!requiredHelpers.ContainsKey(
IsPreWordCharBoundary
))
435
requiredHelpers.Add(
IsPreWordCharBoundary
,
440
$"internal static bool {
IsPreWordCharBoundary
}(ReadOnlySpan<char> inputSpan, int index)",
3289
call = $"{negation}{HelpersTypeName}.{
IsPreWordCharBoundary
}";