Example #1
0
 public FakeTextBuffer(string text)
 {
     this.currentSnapshot = new FakeTextSnapshot(text);
 }
Example #2
0
 public FakeTextBuffer(string text)
 {
     this.currentSnapshot = new FakeTextSnapshot(text);
 }