示例#1
0
 ITextMarker ITextMarkerObject.CreateMarker(DecompilerTextView textView, ITextMarkerService markerService)
 {
     return(myMarkedTextLine.CreateMarker(textView, markerService));
 }
示例#2
0
 ITextMarker ITextMarkerObject.CreateMarker(ITextEditorUIContext uiContext, ITextMarkerService markerService)
 {
     return(myMarkedTextLine.CreateMarker(uiContext, markerService));
 }