1 instantiation of ExceptionHandler
Mono.Cecil (1)
Mono.Cecil.Cil\CodeReader.cs (1)
341 var handler = new ExceptionHandler (
29 references to ExceptionHandler
illink (16)
Mono.Cecil (13)
Mono.Cecil.Cil\CodeReader.cs (2)
341 var handler = new ExceptionHandler ( 356 void ReadExceptionHandlerSpecific (ExceptionHandler handler)
Mono.Cecil.Cil\CodeWriter.cs (8)
352 var exception_handler = exception_handlers [i]; 521 static bool RequiresFatSection (Collection<ExceptionHandler> handlers) 524 var handler = handlers [i]; 551 void WriteSmallSection (Collection<ExceptionHandler> handlers) 565 void WriteFatSection (Collection<ExceptionHandler> handlers) 580 void WriteExceptionHandlers (Collection<ExceptionHandler> handlers, Action<int> write_entry, Action<int> write_length) 583 var handler = handlers [i]; 597 void WriteExceptionHandlerSpecific (ExceptionHandler handler)
Mono.Cecil.Cil\MethodBody.cs (3)
29 internal Collection<ExceptionHandler> exceptions; 68 public Collection<ExceptionHandler> ExceptionHandlers { 71 Interlocked.CompareExchange (ref exceptions, new Collection<ExceptionHandler> (), null);