Exemplo n.º 1
0
        /// <summary>
        /// Signals an attached debugger to break execution
        /// </summary>
        /// <param name="generator">The <see cref="T:System.Reflection.Emit.XsILGenerator" /> to emit instructions from</param>

        public static XsILGenerator BreakInDebugger(this XsILGenerator generator) => generator.Break();