2 references to GetAbsoluteOrUNCPath
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
DefaultLSPDocumentSynchronizer.cs (1)
201
var normalizedString = hostDocumentUri.
GetAbsoluteOrUNCPath
();
VirtualDocumentFactoryBase.cs (1)
79
var virtualLanguageFilePath = hostDocumentUri.
GetAbsoluteOrUNCPath
() + LanguageFileNameSuffix;