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