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