5 references to Free
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\StackSpiller.Temps.cs (5)
48private void Free(int mark) => _tm.Free(mark); 107/// and <see cref="Free"/> mechanism provided. 136/// The <see cref="Mark"/> and <see cref="Free"/> methods use a watermark index 169/// watermark value can be passed to <see cref="Free"/> to free all variables 206/// to detect misuse of the <see cref="Mark"/> and <see cref="Free"/> methods.