1 write to _emitted
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexWriter.cs (1)
39
_emitted
= new ValueListBuilder<int>(emittedSpan);
27 references to _emitted
System.Text.RegularExpressions (27)
System\Text\RegularExpressions\RegexWriter.cs (27)
50
_emitted
.Dispose();
110
PatchJump(0,
_emitted
.Length);
112
int[] emitted =
_emitted
.AsSpan().ToArray();
131
_emitted
[offset + 1] = jumpDest;
146
_emitted
.Append((int)op);
157
_emitted
.Append((int)op);
158
_emitted
.Append(opd1);
169
_emitted
.Append((int)op);
170
_emitted
.Append(opd1);
171
_emitted
.Append(opd2);
223
_intStack.Append(
_emitted
.Length);
233
_intStack.Append(
_emitted
.Length);
235
PatchJump(lazyBranchPos,
_emitted
.Length);
241
PatchJump(_intStack.Pop(),
_emitted
.Length);
252
_intStack.Append(
_emitted
.Length);
266
_intStack.Append(
_emitted
.Length);
268
PatchJump(Branchpos,
_emitted
.Length);
273
PatchJump(_intStack.Pop(),
_emitted
.Length);
284
_intStack.Append(
_emitted
.Length);
299
_intStack.Append(
_emitted
.Length);
301
PatchJump(Branchpos,
_emitted
.Length);
306
PatchJump(_intStack.Pop(),
_emitted
.Length);
321
_intStack.Append(
_emitted
.Length);
324
_intStack.Append(
_emitted
.Length);
330
int StartJumpPos =
_emitted
.Length;
363
_intStack.Append(
_emitted
.Length);
369
PatchJump(_intStack.Pop(),
_emitted
.Length);