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)
56var factory = new HtmlVirtualDocumentFactory(_contentTypeRegistryService, _textBufferFactoryService, _textDocumentFactoryService, uriProvider, telemetryReporter: null); 76var factory = new HtmlVirtualDocumentFactory(_contentTypeRegistryService, _textBufferFactoryService, _textDocumentFactoryService, uriProvider, telemetryReporter: null);