7 references to endfilter
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
787
case ILOpcode.
endfilter
:
Compiler\Dataflow\ScannerExtensions.cs (1)
45
case ILOpcode.
endfilter
:
Compiler\SubstitutedILProvider.cs (3)
202
|| opcode == ILOpcode.
endfilter
296
&& methodBytes[expectedEndfilterLocation + 1] == unchecked((byte)ILOpcode.
endfilter
);
400
|| opcode == ILOpcode.
endfilter
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
885
case ILOpcode.
endfilter
:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
328
case ILOpcode.
endfilter
: