1 write to CaptureNames
System.Text.RegularExpressions.Generator (1)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexTree.cs (1)
78
CaptureNames
= captureNames;
5 references to CaptureNames
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (2)
165
if (rm.Tree.
CaptureNames
is not null)
169
foreach (string s in rm.Tree.
CaptureNames
)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexTree.cs (3)
34
/// <remarks>This is null iff <see cref="
CaptureNames
"/> is not null.</remarks>
36
/// <summary>A mapping of capture group number to the associated name slot in <see cref="
CaptureNames
"/>.</summary>
39
/// capture group number and the value is the index into <see cref="
CaptureNames
"/> for that capture group.