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(); 110PatchJump(0, _emitted.Length); 112int[] 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); 235PatchJump(lazyBranchPos, _emitted.Length); 241PatchJump(_intStack.Pop(), _emitted.Length); 252_intStack.Append(_emitted.Length); 266_intStack.Append(_emitted.Length); 268PatchJump(Branchpos, _emitted.Length); 273PatchJump(_intStack.Pop(), _emitted.Length); 284_intStack.Append(_emitted.Length); 299_intStack.Append(_emitted.Length); 301PatchJump(Branchpos, _emitted.Length); 306PatchJump(_intStack.Pop(), _emitted.Length); 321_intStack.Append(_emitted.Length); 324_intStack.Append(_emitted.Length); 330int StartJumpPos = _emitted.Length; 363_intStack.Append(_emitted.Length); 369PatchJump(_intStack.Pop(), _emitted.Length);