public ComplexityInfoHighlight()

in src/dotnet/PowerToys.CyclomaticComplexity/ComplexityInfoHighlight.cs [45:49]


    public ComplexityInfoHighlight(string toolTip, DocumentRange range)
    {
      ToolTip = toolTip;
      this.range = range;
    }