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