コード例 #1
0
 public ModuleBreakpointContext(UIDispatcher uiDispatcher, IClassificationFormatMap classificationFormatMap, ITextElementProvider textElementProvider, SearchMatcher searchMatcher, ModuleBreakpointFormatter formatter)
 {
     UIDispatcher                  = uiDispatcher;
     ClassificationFormatMap       = classificationFormatMap;
     TextElementProvider           = textElementProvider;
     TextClassifierTextColorWriter = new DbgTextClassifierTextColorWriter();
     SearchMatcher                 = searchMatcher;
     Formatter = formatter;
 }
コード例 #2
0
 public ModuleBreakpointFormatter Create() =>
 ModuleBreakpointFormatter.Create_DONT_USE();