3 references to WindowCurrentLanguageBuffer
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
Interactive\Commands\InteractiveCommandHandlerTests.cs (2)
168
Assert.Equal(expectedBufferText, workspace.
WindowCurrentLanguageBuffer
.CurrentSnapshot.GetText());
197
workspace.
WindowCurrentLanguageBuffer
.Insert(0, submissionBuffer);
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
36
public ITextSnapshot WindowSnapshot =>
WindowCurrentLanguageBuffer
.CurrentSnapshot;