4 references to Mark
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
158
int mark =
Mark
();
System\Linq\Expressions\Compiler\StackSpiller.Temps.cs (3)
23
/// variable is no longer used, it should be returned by using the <see cref="
Mark
"/>
42
/// Frees temporaries created since the last marking using <see cref="
Mark
"/>.
53
/// to detect misuse of the <see cref="
Mark
"/> and <see cref="Free"/> methods.