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