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