1 write to _textDocumentFactoryService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LanguageClient\HtmlVirtualDocumentFactoryTest.cs (1)
46
_textDocumentFactoryService
= new Mock<ITextDocumentFactoryService>(MockBehavior.Strict).Object;
3 references to _textDocumentFactoryService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
LanguageClient\HtmlVirtualDocumentFactoryTest.cs (3)
47
Mock.Get(
_textDocumentFactoryService
).Setup(s => s.CreateTextDocument(It.IsAny<ITextBuffer>(), It.IsAny<string>())).Returns((ITextDocument)null);
56
var factory = new HtmlVirtualDocumentFactory(_contentTypeRegistryService, _textBufferFactoryService,
_textDocumentFactoryService
, uriProvider, telemetryReporter: null);
76
var factory = new HtmlVirtualDocumentFactory(_contentTypeRegistryService, _textBufferFactoryService,
_textDocumentFactoryService
, uriProvider, telemetryReporter: null);