1 override of Uri
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocument.cs (1)
134
public 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}.");