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