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