6 references to _textSpans
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
RazorLanguageService_IVsLanguageDebugInfoTest.cs (6)
35var result = languageService.ValidateBreakpointLocation(StrictMock.Of<IVsTextBuffer>(), 0, 0, _textSpans); 48var result = languageService.ValidateBreakpointLocation(StrictMock.Of<IVsTextBuffer>(), int.MaxValue, 0, _textSpans); 61var result = languageService.ValidateBreakpointLocation(StrictMock.Of<IVsTextBuffer>(), 0, 0, _textSpans); 76var result = languageService.ValidateBreakpointLocation(StrictMock.Of<IVsTextBuffer>(), 0, 0, _textSpans); 80var span = Assert.Single(_textSpans); 96var result = languageService.ValidateBreakpointLocation(StrictMock.Of<IVsTextBuffer>(), 0, 0, _textSpans);