5 references to IsECMABoundary
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (5)
332private const string IsECMABoundary = nameof(IsECMABoundary); 499if (!requiredHelpers.ContainsKey(IsECMABoundary)) 502requiredHelpers.Add(IsECMABoundary, 506$"internal static bool {IsECMABoundary}(ReadOnlySpan<char> inputSpan, int index)", 3326call = $"{negation}{HelpersTypeName}.{IsECMABoundary}";