6 references to Finally
Microsoft.CodeAnalysis (1)
PEWriter\ExceptionHandlerRegion.cs (1)
98get { return ExceptionRegionKind.Finally; }
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
76case ExceptionRegionKind.Finally: 227_exceptionBlocks.Add(new ExceptionHandlerInfo(ExceptionRegionKind.Finally, currentExBlock.TryStart,
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
181AddExceptionRegion(ExceptionRegionKind.Finally, tryStart, tryEnd, handlerStart, handlerEnd);
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (2)
122return Add(ExceptionRegionKind.Finally, tryOffset, tryLength, handlerOffset, handlerLength, default(EntityHandle), 0); 253case ExceptionRegionKind.Finally: