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