2 instantiations of RentedLocalBuilder
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCompiler.cs (2)
352private RentedLocalBuilder RentInt32Local() => new RentedLocalBuilder( 361private RentedLocalBuilder RentReadOnlySpanCharLocal() => new RentedLocalBuilder(
28 references to RentedLocalBuilder
System.Text.RegularExpressions (28)
System\Text\RegularExpressions\RegexCompiler.cs (28)
349/// Care must be taken to Dispose of the returned <see cref="RentedLocalBuilder"/> when it's no longer needed, 352private RentedLocalBuilder RentInt32Local() => new RentedLocalBuilder( 358/// Care must be taken to Dispose of the returned <see cref="RentedLocalBuilder"/> when it's no longer needed, 361private RentedLocalBuilder RentReadOnlySpanCharLocal() => new RentedLocalBuilder( 377public static implicit operator LocalBuilder(RentedLocalBuilder local) => local._local; 699using (RentedLocalBuilder newlinePos = RentInt32Local()) 788using RentedLocalBuilder i = RentInt32Local(); 876using RentedLocalBuilder iLocal = RentInt32Local(); 877using RentedLocalBuilder textSpanLocal = RentReadOnlySpanCharLocal(); 1014using (RentedLocalBuilder span = RentReadOnlySpanCharLocal()) 1015using (RentedLocalBuilder i = RentInt32Local()) 1089using (RentedLocalBuilder tmp = RentInt32Local()) 1283using RentedLocalBuilder slice = RentReadOnlySpanCharLocal(); 1292using RentedLocalBuilder i = RentInt32Local(); 1344using RentedLocalBuilder prev = RentInt32Local(); 2005using RentedLocalBuilder switchChar = RentInt32Local(); 2120using RentedLocalBuilder matchLength = RentInt32Local(); 2145using RentedLocalBuilder matchIndex = RentInt32Local(); 2146using RentedLocalBuilder i = RentInt32Local(); 3101using RentedLocalBuilder startingStackpos = RentInt32Local(); 4491using RentedLocalBuilder iterationLocal = RentInt32Local(); 4565using RentedLocalBuilder spanLocal = RentReadOnlySpanCharLocal(); 4576using RentedLocalBuilder iterationLocal = RentInt32Local(); 4630using RentedLocalBuilder iterationLocal = RentInt32Local(); 4960using RentedLocalBuilder i = RentInt32Local(); 5530using RentedLocalBuilder poppedCrawlPos = RentInt32Local(); 5907using RentedLocalBuilder tempLocal = RentInt32Local(); 6146using RentedLocalBuilder resultLocal = RentInt32Local();