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()) 783using RentedLocalBuilder i = RentInt32Local(); 871using RentedLocalBuilder iLocal = RentInt32Local(); 872using RentedLocalBuilder textSpanLocal = RentReadOnlySpanCharLocal(); 1009using (RentedLocalBuilder span = RentReadOnlySpanCharLocal()) 1010using (RentedLocalBuilder i = RentInt32Local()) 1084using (RentedLocalBuilder tmp = RentInt32Local()) 1278using RentedLocalBuilder slice = RentReadOnlySpanCharLocal(); 1287using RentedLocalBuilder i = RentInt32Local(); 1339using RentedLocalBuilder prev = RentInt32Local(); 2000using RentedLocalBuilder switchChar = RentInt32Local(); 2115using RentedLocalBuilder matchLength = RentInt32Local(); 2140using RentedLocalBuilder matchIndex = RentInt32Local(); 2141using RentedLocalBuilder i = RentInt32Local(); 3096using RentedLocalBuilder startingStackpos = RentInt32Local(); 4486using RentedLocalBuilder iterationLocal = RentInt32Local(); 4560using RentedLocalBuilder spanLocal = RentReadOnlySpanCharLocal(); 4571using RentedLocalBuilder iterationLocal = RentInt32Local(); 4625using RentedLocalBuilder iterationLocal = RentInt32Local(); 4955using RentedLocalBuilder i = RentInt32Local(); 5525using RentedLocalBuilder poppedCrawlPos = RentInt32Local(); 5902using RentedLocalBuilder tempLocal = RentInt32Local(); 6141using RentedLocalBuilder resultLocal = RentInt32Local();