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