5 references to Mark
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\StackSpiller.Temps.cs (5)
39private int Mark() => _tm.Mark(); 106/// variable is no longer used, it should be returned by using the <see cref="Mark"/> 136/// The <see cref="Mark"/> and <see cref="Free"/> methods use a watermark index 181/// Frees temporaries created since the last marking using <see cref="Mark"/>. 206/// to detect misuse of the <see cref="Mark"/> and <see cref="Free"/> methods.