2 references to Filter
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (1)
235bool isFilterFunclet = (frameInfo.Flags & FrameInfoFlags.Filter) != 0;
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4407Debug.Assert(FrameInfoFlags.Filter == (FrameInfoFlags)CorJitFuncKind.CORJIT_FUNC_FILTER);