4 references to Filter
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LabelInfo.cs (2)
106
if (j.Kind == LabelScopeKind.Finally || j.Kind == LabelScopeKind.
Filter
)
134
if (j.Kind == LabelScopeKind.
Filter
)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2018
PushLabelBlock(LabelScopeKind.
Filter
);
2035
PopLabelBlock(LabelScopeKind.
Filter
);