Ejemplo n.º 1
0
 int IReadonlyTextDocument.LocationToOffset(int line, int column)
 {
     return(snapshot.LocationToOffset(line, column));
 }