コード例 #1
0
		FormattedHexSourceFactoryServiceImpl(TF.ITextFormatterProvider textFormatterProvider) {
			this.textFormatterProvider = textFormatterProvider;
		}
コード例 #2
0
ファイル: SpacerMargin.cs プロジェクト: manojdjoshi/dnSpy
		SpacerMarginProvider(VSTC.IClassificationFormatMapService classificationFormatMapService, CTC.IThemeClassificationTypeService themeClassificationTypeService, TF.ITextFormatterProvider textFormatterProvider) {
			this.classificationFormatMapService = classificationFormatMapService;
			this.themeClassificationTypeService = themeClassificationTypeService;
			this.textFormatterProvider = textFormatterProvider;
		}