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