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