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