3 references to new
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\HtmlVirtualDocument.cs (1)
13
protected override HtmlVirtualDocumentSnapshot GetUpdatedSnapshot(object? state) =>
new
(Uri, TextBuffer.CurrentSnapshot, HostDocumentVersion, state);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
Cohost\CohostWrapWithTagEndpointTest.cs (1)
202
var htmlSnapshot = new
HtmlVirtualDocumentSnapshot
(documentUri, snapshot, hostDocumentSyncVersion: 1, state: null);
Cohost\HtmlRequestInvokerTest.cs (1)
112
var htmlVirtualDocument = new
HtmlVirtualDocumentSnapshot
(htmlDocumentUri, htmlTextBuffer.CurrentSnapshot, hostDocumentSyncVersion: 1, state: checksum);