Ejemplo n.º 1
0
 /// <summary>
 /// See IMixedBuffer
 /// </summary>
 public SnapshotSpan?GetLanguageSpanForLine(ITextSnapshot snapshot, int line)
 {
     return(_replWindow.GetLanguageSpanForLine(snapshot, line));
 }