2 instantiations of RentedLocalBuilder
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCompiler.cs (2)
351private RentedLocalBuilder RentInt32Local() => new RentedLocalBuilder( 360private RentedLocalBuilder RentReadOnlySpanCharLocal() => new RentedLocalBuilder(
27 references to RentedLocalBuilder
System.Text.RegularExpressions (27)
System\Text\RegularExpressions\RegexCompiler.cs (27)
348/// Care must be taken to Dispose of the returned <see cref="RentedLocalBuilder"/> when it's no longer needed, 351private RentedLocalBuilder RentInt32Local() => new RentedLocalBuilder( 357/// Care must be taken to Dispose of the returned <see cref="RentedLocalBuilder"/> when it's no longer needed, 360private RentedLocalBuilder RentReadOnlySpanCharLocal() => new RentedLocalBuilder( 376public static implicit operator LocalBuilder(RentedLocalBuilder local) => local._local; 679using (RentedLocalBuilder newlinePos = RentInt32Local()) 763using RentedLocalBuilder i = RentInt32Local(); 851using RentedLocalBuilder iLocal = RentInt32Local(); 852using RentedLocalBuilder textSpanLocal = RentReadOnlySpanCharLocal(); 989using (RentedLocalBuilder span = RentReadOnlySpanCharLocal()) 990using (RentedLocalBuilder i = RentInt32Local()) 1064using (RentedLocalBuilder tmp = RentInt32Local()) 1258using RentedLocalBuilder slice = RentReadOnlySpanCharLocal(); 1267using RentedLocalBuilder i = RentInt32Local(); 1319using RentedLocalBuilder prev = RentInt32Local(); 1868using RentedLocalBuilder matchLength = RentInt32Local(); 1869using RentedLocalBuilder matchIndex = RentInt32Local(); 1870using RentedLocalBuilder i = RentInt32Local(); 2852using RentedLocalBuilder startingStackpos = RentInt32Local(); 4237using RentedLocalBuilder iterationLocal = RentInt32Local(); 4311using RentedLocalBuilder spanLocal = RentReadOnlySpanCharLocal(); 4322using RentedLocalBuilder iterationLocal = RentInt32Local(); 4376using RentedLocalBuilder iterationLocal = RentInt32Local(); 4706using RentedLocalBuilder i = RentInt32Local(); 5276using RentedLocalBuilder poppedCrawlPos = RentInt32Local(); 5653using RentedLocalBuilder tempLocal = RentInt32Local(); 5892using RentedLocalBuilder resultLocal = RentInt32Local();