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