1 write to _contentTypeRegistryService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LanguageClient\HtmlVirtualDocumentFactoryTest.cs (1)
30
_contentTypeRegistryService
= new MockRepository(MockBehavior.Strict).OneOf<IContentTypeRegistryService>(
2 references to _contentTypeRegistryService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
LanguageClient\HtmlVirtualDocumentFactoryTest.cs (2)
56
var factory = new HtmlVirtualDocumentFactory(
_contentTypeRegistryService
, _textBufferFactoryService, _textDocumentFactoryService, uriProvider, telemetryReporter: null);
76
var factory = new HtmlVirtualDocumentFactory(
_contentTypeRegistryService
, _textBufferFactoryService, _textDocumentFactoryService, uriProvider, telemetryReporter: null);