5 references to Filter
System.Core (5)
Microsoft\Scripting\Compiler\LabelInfo.cs (2)
152j.Kind == LabelScopeKind.Filter) { 182if (j.Kind == LabelScopeKind.Filter) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
680if (j.Kind == LabelScopeKind.Filter) { 812PushLabelBlock(LabelScopeKind.Filter); 814PopLabelBlock(LabelScopeKind.Filter);