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