1 override of Uri
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocument.cs (1)
134public override Uri Uri { get; }
4 references to Uri
Microsoft.VisualStudio.LanguageServices.Razor (4)
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (1)
90_logger.LogError($"Couldn't find virtual document snapshot for {snapshot.Uri}");
LanguageClient\Cohost\HtmlDocumentRemoveListener.cs (1)
24_htmlDocumentSynchronizer.DocumentRemoved(old.Uri, CancellationToken.None);
LanguageClient\Cohost\HtmlRequestInvoker.cs (2)
51_logger.LogError($"Couldn't find virtual document snapshot for {snapshot.Uri}"); 58_logger.LogError($"Checksum for {snapshot.Uri}, {htmlDocument.State} doesn't match {syncResult.Checksum}.");