Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="StyleCopStage"/> class.
 /// </summary>
 /// <param name="bootstrapper">
 /// A reference to the main API entry points
 /// </param>
 public StyleCopStage(StyleCopBootstrapper bootstrapper)
 {
     this.runner = bootstrapper.Runner;
 }
 /// <summary>
 /// Initializes a new instance of the HighlightingRegistering class.
 /// </summary>
 /// <param name="bootstrapper">
 /// The entry point to the StyleCop API
 /// </param>
 public HighlightingRegistering(StyleCopBootstrapper bootstrapper)
 {
     this.Init(bootstrapper.Core);
 }